Text GetLock
From MultiCharts
Locked text drawings cannot be moved manually. Keyword returns a value of True for Locked drawings, and a value of False for others.
Usage
Text_GetLock(Text_ID)
- Where:
Text_ID - a numerical expression specifying the text drawing ID number
Notes
A text ID number is returned by Text_New when the text drawing is created.
Example
Assign Lock property of the text drawing with an ID number of 3 to Condition1 variable:
Condition1=Text_GetLock(3);