Vcl.ValEdit.TItemProp.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TItemProp();

Properties

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

Description

Frees the memory associated with the TItemProp object.

Do not call Destroy. The TValueListEditor that owns this TItemProp object destroys the object when it is no longer needed.

See Also