Data.Bind.Components.TBaseBindScopeComponent.RemoveExpression

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

Delphi

procedure RemoveExpression(AExpression: TBasicBindComponent); virtual;

C++

virtual void __fastcall RemoveExpression(TBasicBindComponent* AExpression);

プロパティ

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

説明

指定されたバインディング コンポーネントを、Expressions リストから削除します。削除するバインディング コンポーネントは、AExpression パラメータで指定されます。

関連項目