Data.Bind.Components.TCustomBindExprItems.ClearExpressions

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

Delphi

property ClearExpressions: TExpressionsDir read FClearExpressions write SetClearExpressions;

C++

__property TExpressionsDir* ClearExpressions = {read=FClearExpressions, write=SetClearExpressions};

プロパティ

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

説明

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

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

関連項目