Data.Bind.Components.TCommonBindComponent.FreeExpressionsObjects

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TCommonBindComponent

Delphi

procedure FreeExpressionsObjects; virtual;

C++

virtual void __fastcall FreeExpressionsObjects();

Description

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