CreateComObject - DfInPlaceComObject

Sent to create and connect to an instance of the ActiveX control associated with this object

Type: Procedure

Parameters: None

Syntax
Procedure CreateComObject 

Call: Send CreateComObject


Description

CreateComObject is sent to create and connect to an instance of the ActiveX control associated with this object.

You would not normally send this message to an ActiveX wrapper object. Instead, creating and releasing the ActiveX control is performed automatically. This behavior is controlled by the peAutoCreate property.

See Also

cComActiveXControl | ReleaseComObject | peAutoCreate | OnCreate