Data.Bind.Components.TCustomBindList.FreeExpressionsObjects

From RAD Studio API Documentation
Jump to: navigation, search

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 TCustomBindList

Description

To be implemented in subclasses to allow freeing of the expressions objects.

Data.Bind.Components.TCustomBindList.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.

See Also