API:Data.Bind.Components.TExpressionsBindComponent.FreeExpressionsObjects

From RAD Studio API Documentation

Delphi

procedure FreeExpressionsObjects; override;

C++

virtual void __fastcall FreeExpressionsObjects(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TExpressionsBindComponent

Description

To be implemented in subclasses to allow freeing of the expressions objects. {{#multireplace:Data.Bind.Components.TExpressionsBindComponent.FreeExpressionsObjects|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.Bind.Components.TCommonBindComponent.FreeExpressionsObjects|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.Bind.Components.TCommonBindComponent.FreeExpressionsObjects|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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