Vcl.AxCtrls.TCustomAdapter.ReleaseOleObject
Delphi
procedure ReleaseOleObject;
C++
void __fastcall ReleaseOleObject(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.AxCtrls.pas Vcl.AxCtrls.hpp |
Vcl.AxCtrls | TCustomAdapter |
Description
Releases the associated OLE interface, allowing it to decrease its reference count.
When implementing a descendant of TCustomAdapter, call ReleaseOleObject when the adapter no longer needs the OLE object.