Data.Bind.Components.TBindComponentDelegate.ClearGeneratedExpressions

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

Delphi

procedure ClearGeneratedExpressions(Sender: TComponent); virtual; abstract;

C++

virtual void __fastcall ClearGeneratedExpressions(System::Classes::TComponent* Sender) = 0 ;

プロパティ

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


説明

このデリゲートがラッパーになっているクイック バインディング コンポーネントについて、すべての生成されたバインディング式を一度にクリアします。 クイック バインディング コンポーネントの詳細については、「LiveBinding の新規作成」トピックの「クイック バインディング コンポーネント リファレンス」セクションを参照してください。

関連項目