Difference between revisions of "Arw GetActive"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a numerical value indicating the object ID number of the currently selected arrow object; returns a value of -1 if no arrow objects are currently selected. ==== Usag...")
 
Line 16: Line 16:
 
</syntaxhighlight>
 
</syntaxhighlight>
  
[[Category:Alerts]]
+
[[Category:ArrowDrawing]]

Revision as of 21:32, 16 January 2012

Returns a numerical value indicating the object ID number of the currently selected arrow object; returns a value of -1 if no arrow objects are currently selected.

Usage

Arw_GetActive

Notes

An object-specific ID number is assigned by Arw_New when the arrow object is created.

Example

Assign a value, indicating the object ID number of the currently selected arrow object, to Value1 variable:

Value1=Arw_GetActive;