API:Data.Bind.Components.TBindExprItems.ClearExpressions

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

Delphi

property ClearExpressions: TExpressionsDir read FClearExpressions write SetClearExpressions;

C++

__property ClearExpressions;

プロパティ

種類 可視性 ソース ユニット
property published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBindExprItems

説明

すべてのバインディング式を一度に、クリアおよびプリセットする手段を提供します。

Data.Bind.Components.TBindExprItems.ClearExpressions は Data.Bind.Components.TCustomBindExprItems.ClearExpressions を継承しています。以下の内容はすべて Data.Bind.Components.TCustomBindExprItems.ClearExpressions を参照しています。

すべてのバインディング式を一度に、クリアおよびプリセットする手段を提供します。

式リストのフィールドが空の場合、式はクリアされます。 そうでなければ、式は、式リストのフィールドで指定される値でプリセットされます。

関連項目