+1 888 340 6572

Text GetLock: Difference between revisions

From MultiCharts
(Created page with "Locked text drawings cannot be moved manually. Keyword returns a value of True for Locked drawings, and a value of False for others. ==Usage== <syntaxhighlight>Text_GetLock...")
 
(No difference)

Latest revision as of 16:16, 15 June 2017

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