Open main menu

RAD Studio API Documentation β

Data.Bind.Components.TColumnFormatExpressionItem.Destroy

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TColumnFormatExpressionItem();

Properties

Type Visibility Source Unit Parent
destructor public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TColumnFormatExpressionItem

Description

Destroys the TCollectionItem instance and frees its memory.

Data.Bind.Components.TColumnFormatExpressionItem.Destroy inherits from System.Classes.TCollectionItem.Destroy. All content below this line refers to System.Classes.TCollectionItem.Destroy.

Destroys the TCollectionItem instance and frees its memory.

Destroy is called indirectly by TCollection's Clear or Delete method.

See Also