Data.Bind.Components.TCustomLinkFillControlToField.FillBreakCustomFormat
Delphi
property FillBreakCustomFormat: string read FFillBreakCustomFormat write SetFillBreakCustomFormat;
C++
__property System::UnicodeString FillBreakCustomFormat = {read=FFillBreakCustomFormat, write=SetFillBreakCustomFormat};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TCustomLinkFillControlToField |
Description
Specifies a custom 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.