Arw GetLock

From MultiCharts
Revision as of 21:46, 27 February 2017 by Angelina (talk | contribs) (Created page with "Locked arrow drawings cannot be moved manually. Keyword returns a value of True for locked drawings, and a value of False for unlocked. ==Usage== <syntaxhighlight>Arw_GetLoc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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);