API:Data.Bind.Components.TCustomLinkControlToField.ClearGeneratedExpressions
Delphi
procedure ClearGeneratedExpressions(Sender: TComponent); override;
C++
virtual void __fastcall ClearGeneratedExpressions(System::Classes::TComponent* Sender);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
protected | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TCustomLinkControlToField |
説明
このデリゲートがラッパーになっているクイック バインディング コンポーネントについて、すべての生成されたバインディング式を一度にクリアします。
Data.Bind.Components.TCustomLinkControlToField.ClearGeneratedExpressions は Data.Bind.Components.TBindComponentDelegate.ClearGeneratedExpressions を継承しています。以下の内容はすべて Data.Bind.Components.TBindComponentDelegate.ClearGeneratedExpressions を参照しています。
このデリゲートがラッパーになっているクイック バインディング コンポーネントについて、すべての生成されたバインディング式を一度にクリアします。 クイック バインディング コンポーネントの詳細については、「LiveBinding の新規作成」トピックの「クイック バインディング コンポーネント リファレンス」セクションを参照してください。