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