TYPE property (Common)
Description
Returns the Presentation Server type classification of the specified object.
Property Value
A string containing the type of the object, such as "EDITBOX", "PUSHBUTTON" and so on.
Property Traits
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
N/A | Get Only | No | No | No |
Remarks
N/A
Example
* // TYPE Example Type = Get_Property ( @Window, "TYPE" )
See Also
TYPECLASS property, SYSTEM TYPES property.