+1 888 340 6572

Text GetLock

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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