ReleaseComObject - DfInPlaceComObject

Releases ActiveX control associated with this object

Type: Procedure

Parameters: None

Syntax
Procedure ReleaseComObject 

Call: Send ReleaseComObject


Description

ReleaseComObject is sent to release 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 | CreateComObject | peAutoCreate | OnCreate