_ObjectGetProperty
- Last UpdatedFeb 28, 2024
- 1 minute read
Gets a specific property of an ActiveX object.
Syntax
VARIANT _ObjectGetProperty(hObject, sProperty)
hObject:
The handle for the object (as returned by the ObjectByName function).
sProperty:
The name of the property you want to get.
Return Value
The value of the property - if successful, otherwise an error code is returned.
Related Functions
ObjectByName, DspAnCreateControlObject, CreateObject, CreateControlObject