Data.Bind.Components.TCommonBindComponent.FreeExpressionObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FreeExpressionObjects(AList: TList<TBindingExpression>);

C++

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

Properties

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

Description

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

See Also