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

ActiveX Functions

Following are functions relating to ActiveX objects:

_ObjectCallMethod

Calls a specific method for an ActiveX object.

_ObjectGetProperty

Retrieves a specific property of an ActiveX object.

_ObjectSetProperty

Sets a specific property of an ActiveX object.

AnByName

Retrieves the animation point number of an ActiveX object.

CreateControlObject

Creates a new instance of an ActiveX object.

CreateObject

Creates the automation component of an ActiveX object.

ObjectAssociateEvents

Allows you to change the ActiveX object's event class.

ObjectAssociatePropertyWithTag

Establishes an association between a variable tag and an ActiveX object property.

ObjectByName

Retrieves an ActiveX object.

ObjectHasInterface

Queries the ActiveX component to determine if its specific interface is supported.

ObjectIsValid

Determines if the given handle for an object is valid.

ObjectToStr

Converts an object handle to a string.

See Also

Cicode Functions