Cicode Programming Reference > Cicode Function Categories > ActiveX Objects Introduction > _ObjectGetProperty

_ObjectGetProperty

Gets a specific property of an ActiveX object.

Syntax

_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 is returned.

Related Functions

ObjectByName, DspAnCreateControlObject, CreateObject, CreateControlObject

Example

See CreateControlObject

See Also

ActiveX Functions