Vcl.ExtCtrls.TSplitter.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TSplitter();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TSplitter

Description

Frees the memory associated with the splitter.

Do not call Destroy directly. Instead,call Free, which checks that the splitter is not nil before calling Destroy.

See Also