Data.Bind.Components.TCommonBindComponent.FreeExpressionObjects

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 FreeExpressionObjects(AList: TList<TBindingExpression>);

C++

void __fastcall FreeExpressionObjects(System::Generics::Collections::TList__1<System::Bindings::Expression::TBindingExpression*>* AList);

Description

Frees all the expressions in the given list. The binding expressions list is given through the AList formal parameter.

See Also