Vcl.ValEdit.TValueListEditor.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TValueListEditor();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TValueListEditor

Description

Frees the memory associated with the TValueListEditor object.

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

See Also