API:Data.Bind.Components.TLinkFillControlToField.FillExpressions

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

Delphi

property FillExpressions: TFormatExpressions read FFillExpressions write SetFillExpressions;

C++

__property FillExpressions;

プロパティ

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

説明

リスト コントロールに値を設定する際に使用する、追加の任意の式を示します。

Data.Bind.Components.TLinkFillControlToField.FillExpressions は Data.Bind.Components.TCustomLinkFillControlToField.FillExpressions を継承しています。以下の内容はすべて Data.Bind.Components.TCustomLinkFillControlToField.FillExpressions を参照しています。

リスト コントロールに値を設定する際に使用する、追加の任意の式を示します。リスト内の項目を設定するのに、複数の式が必要な場合に、このコレクションを使用します。

たとえば、FillExpressions を使用すると、FireMonkey リストボックス項目の Text および Detail プロパティを設定することができます。FillDisplayCustomFormat および FillDisplayCustomFormat プロパティを使用すると、Text プロパティに値を設定し、Detail プロパティのために、FillExpressions コレクションに項目を追加することができます。

関連項目