Data.Bind.Components.TCustomLinkFillControlToField.FillValueCustomFormat

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

Delphi

property FillValueCustomFormat: string read FFillValueCustomFormat write SetFillValueCustomFormat;

C++

__property System::UnicodeString FillValueCustomFormat = {read=FFillValueCustomFormat, write=SetFillValueCustomFormat};

プロパティ

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


説明

リスト コントロール内の各項目の値をカスタマイズするための式文字列を示す、任意のプロパティです。

%s を使用すると、式内で、フィールドの値がどこに入れられるかを指定することができます。 たとえば、式 UpperCase(ToStr(%s)) は、値を大文字の文字列に設定するカスタム式です。

関連項目