Data.Bind.Components.TCustomBindGridLink.FreeExpressionsObjects
Delphi
procedure FreeExpressionsObjects; override;
C++
virtual void __fastcall FreeExpressionsObjects();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TCustomBindGridLink |
Description
To be implemented in subclasses to allow freeing of the expressions objects.
Data.Bind.Components.TCustomBindGridLink.FreeExpressionsObjects inherits from Data.Bind.Components.TCommonBindComponent.FreeExpressionsObjects. All content below this line refers to Data.Bind.Components.TCommonBindComponent.FreeExpressionsObjects.
To be implemented in subclasses to allow freeing of the expressions objects.
The FreeExpressionsObjects method is to be implemented in subclasses to allow freeing of the expressions objects. FreeExpressionsObjects is a virtual method without implementation in the TCommonBindComponent class.