Vcl.OleCtnrs.TOleForm.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TOleForm();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.OleCtnrs.pas
Vcl.OleCtnrs.hpp
Vcl.OleCtnrs TOleForm

Description

Destroy frees the memory associated with this instance of the TOleForm object.

Do not call Destroy directly. Instead, call Free, which calls Destroy if this instance of the TOleForm object is not nil.

Destroy frees private objects allocated and used by this instance of the TOleForm object.

See Also