Arw GetLock
From MultiCharts
Locked arrow drawings cannot be moved manually. Keyword returns a value of True for locked drawings, and a value of False for unlocked.
Usage
Arw_GetLock(ArrowID)
Where:
- ArrowID - a numerical expression specifying the arrow drawing ID number
Notes
An arrow ID number is returned by Arw_New when the arrow drawing is created.
Example
Assign Lock property of the arrow drawing with an ID number of 3 to Condition1 variable:
Condition1=Arw_GetLock(3);