Data.Bind.Components.TCustomLinkFillControlToField.FillExpressions

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

Delphi

property FillExpressions: TFormatExpressions read FFillExpressions write SetFillExpressions;

C++

__property TFormatExpressions* FillExpressions = {read=FFillExpressions, write=SetFillExpressions};

プロパティ

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

説明

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

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

関連項目