Understanding object properties
The following examples show how you can manipulate the property of an object: the Disabled property of a bitmap button named Bitmap1 in a dialog box named Dialog1.
Example 1
The following example gets the setting is stored in B:C32:
Example 2
In the following example, the link command disables the button:
Example 3
The following example disables the button:
•
|
|
{SETPROPERTY} and {GETPROPERTY} work on the selected object, and just take the name of the property to manipulate.
|