Data.Bind.Components.TCustomLinkFillControlToField.FillDisplayCustomFormat

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

Delphi

property FillDisplayCustomFormat: string read FFillDisplayCustomFormat write SetFillDisplayCustomFormat;

C++

__property System::UnicodeString FillDisplayCustomFormat = {read=FFillDisplayCustomFormat, write=SetFillDisplayCustomFormat};

プロパティ

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


説明

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

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

関連項目