Controls.TWinControl.Destroy

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From Controls.pas

	destructor Destroy();


Unit: Controls

Type: destructor

Visibility: public

Member Of: TWinControl

C++ Information

From Controls.hpp

	virtual void __fastcall ~TWinControl(void);


Unit: Controls

Type: destructor

Visibility: public

Member Of: TWinControl

Description

Destroys an instance of TWinControl.


Do not call Destroy directly in an application. Instead, call Free. Free verifies that the TWinControl reference is not nil, and only then calls Destroy.

See Also

Personal tools
Translations
Newest Version