Data.Bind.Components.TCommonBindComponent.FreeExpressionObjects

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure FreeExpressionObjects(AList: TList<TBindingExpression>);

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCommonBindComponent


説明

指定されたリスト内のすべての式を解放します。バインディング式リストは、AList 形式パラメータで指定されます。

関連項目