API:Data.Bind.Components.TLinkFillControlToField.FillDisplayCustomFormat

提供:RAD Studio API Documentation

Delphi

property FillDisplayCustomFormat: string read FFillDisplayCustomFormat write SetFillDisplayCustomFormat default 0;

C++

__property FillDisplayCustomFormat = {default=0};

プロパティ

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

説明

リスト コントロールに表示するものをカスタマイズする、任意の式文字列を示します。 {{#multireplace:Data.Bind.Components.TLinkFillControlToField.FillDisplayCustomFormat|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:Data.Bind.Components.TCustomLinkFillControlToField.FillDisplayCustomFormat|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:Data.Bind.Components.TCustomLinkFillControlToField.FillDisplayCustomFormat|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

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

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

関連項目