Changes

Jump to navigation Jump to search

Text GetLock

576 bytes added, 16:16, 15 June 2017
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..."
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(Text_ID)</syntaxhighlight>

:'''Where''':<br> 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:

<syntaxhighlight>Condition1=Text_GetLock(3);</syntaxhighlight>

[[Category:Text Drawing]]

Navigation menu