メインメニューを開く

RAD Studio API Documentation β

Data.Bind.Components.TBaseBindScopeComponent.RemoveExpression

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 パラメータで指定されます。

関連項目