Vcl.OleCtnrs.TOleContainer.DestroyObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DestroyObject;

C++

void __fastcall DestroyObject();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.OleCtnrs.pas
Vcl.OleCtnrs.hpp
Vcl.OleCtnrs TOleContainer

Description

Destroys the container's OLE object.

Call DestroyObject to destroy the OLE object, discarding any unsaved changes the user made to it.

See Also