Vcl.OleCtrls.TOleControl.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TOleControl();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.OleCtrls.pas
Vcl.OleCtrls.hpp
Vcl.OleCtrls TOleControl

Description

Frees the memory associated with this instance of TOleControl.

Do not call Destroy. Instead, call Free, which calls Destroy if this instance of TOleControl is not nil.

See Also