GETPROP Examples
Example 1:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This GETPROP instruction places the current state of the RADIO button in the variable STATE. After the instruction, STATE will contain a one (1) if the button is enabled and a zero (0) if it is disabled.
Example 2:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This GETPROP instruction places the current state of the RADIO button in the variable STATE and its current value in SETTING.
Example 3:
|
|
|
|
This GETPROP instruction places the current width of the fifth column of the FLEXGRID OLE object into the variable WIDTH.
Example 4:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This examples shows the SETPROP and GETPROP instructions used with a NETOBJECT.
![]() |