+1 888 340 6572

Arw lock

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.

Locks corresponding arrow drawing so it cannot be moved manually.

Usage

Arw_Lock(TL_ID,true/false)

Parameters

Arw_ID - a numerical expression specifying the arrow drawing ID number.
true/false - locks or unlocks the drawing.

Example

Lock the arrow drawing with an ID number of 3:

Value1 = Arw_Lock(3,true);

Unlock the arrow drawing with an ID number of 5:

Value1 = Arw_Lock(5,false);