Data.Bind.Components.TLinkListControlToField.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 TLinkListControlToField

説明

リスト コントロールに値を設定する際に使用する、追加の任意の式を示します。 {{#multireplace:Data.Bind.Components.TLinkListControlToField.FillExpressions|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:Data.Bind.Components.TCustomLinkListControlToField.FillExpressions|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:Data.Bind.Components.TCustomLinkListControlToField.FillExpressions|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

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

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

関連項目