API:Data.Bind.Components.TLinkFillControlToField.FillDisplayCustomFormat

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

Delphi

property FillDisplayCustomFormat;

C++

__property FillDisplayCustomFormat = {default=0};

プロパティ

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

説明

リスト コントロールに表示するものをカスタマイズする、任意の式文字列を示します。

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

リスト コントロールに表示するものをカスタマイズする、任意の式文字列を示します。式文字列内で、%s を使用すると、表示用の値がどこに入れられるかを指定することができます。

たとえば、式 UpperCase(ToStr(%s)) は、表示フィールドの値の大文字を表示するカスタム式です。

関連項目