Common Properties
These properties apply to most objects (GUI and no GUI) except where noted in individual object descriptions later.
Name | Description |
---|---|
'@' | Denotes a User Defined Property (UDP). |
ALLOWFOCUS | Specifies if the object can receive focus. |
EXECMETHOD | Optimization for calling methods using the property mechanism. |
INTERNALOBJECT | Specifies if the object is flagged as "internal" |
MISC | Specifies the miscellaneous data for the object. |
NAME | Returns the object name. |
QUALIFIEDEVENTS | Returns a list of all events qualified for the object. |
REPOSTYPE | Returns the Repository Type of the object. |
PSSTYLE | Returns the PS Style flags for an object. |
PSSTYLE_N | Returns the PS Style flags for a object in numeric format. |
PSSTYLEEX | Returns the extended PS Style flags for an object. |
PSSTYLEEX_N | Returns the extended PS Style flags for an object in numeric format. |
TYPE | Returns the Type of the object. |
TYPECLASS | Returns the Type and sub-type (class) of the object. |
UDPLIST | Returns a list if user-defined ( UDP or '@' ) properties. |
For a list of properties supported by the various controls, see this list of properties by control