Skip to content

Properties

FellippeHeitor edited this page Dec 19, 2016 · 11 revisions

Controls are manipulated with the following properties. Notice that not all of them apply to every control.

Syntax:

Control(ControlID).Property = Value

Caption, Text and Tool tip properties are separate arrays, and must be used as follows:

Caption(ControlID) = "Desired Caption"
Text(ControlID) = "Desired Text"
ToolTip(ControlID) = "Desired Tool tip"

Changes to properties are usually applied immediately, but you will eventually need to request __UI_ForceRedraw.

Clone this wiki locally