Vcl.ValEdit.TValueListStrings.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TValueListStrings();

Properties

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

Description

Destroys an instance of TValueListStrings.

Do not call Destroy directly in an application. Instead, call Free. Free verifies that the TValueListStrings reference is not nil and only then calls Destroy. Destroy frees the memory allocated to hold the list of strings and object references before calling the inherited destructor.

See Also