Data.Bind.Components.TCustomLinkListControlToField.FillHeaderCustomFormat

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

Delphi

property FillHeaderCustomFormat: string read FFillHeaderCustomFormat write SetFillHeaderCustomFormat;

C++

__property System::UnicodeString FillHeaderCustomFormat = {read=FFillHeaderCustomFormat, write=SetFillHeaderCustomFormat};

プロパティ

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


説明

FillHeaderFieldName によって定義されているフィールドと共に使用される、カスタム式を示します。 たとえば、式 StrCopy(%s, 0, 1); は、ヘッダー内のフィールドの最初の文字を表示させます。 このプロパティは任意です。

関連項目