Data.Bind.Components.TCustomLinkListControlToField.FillHeaderCustomFormat
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TCustomLinkListControlToField |
Delphi
property FillHeaderCustomFormat: string read FFillHeaderCustomFormat write SetFillHeaderCustomFormat;
C++
__property System::UnicodeString FillHeaderCustomFormat = {read=FFillHeaderCustomFormat, write=SetFillHeaderCustomFormat};
Description
Specifies a custom expression that is used with the field defined by the FillHeaderFieldName property. For instance, the expression StrCopy(%s, 0, 1);
displays the first character of the field in the header. This property is optional.