Data.Bind.Components.TCustomLinkFillControlToField.FillBreakCustomFormat

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property FillBreakCustomFormat: string read FFillBreakCustomFormat write SetFillBreakCustomFormat;

C++

__property System::UnicodeString FillBreakCustomFormat = {read=FFillBreakCustomFormat, write=SetFillBreakCustomFormat};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomLinkFillControlToField


Beschreibung

Gibt einen benutzerdefinierten Ausdruck an, der mit dem in FillBreakFieldName angegebenen Feld verwendet wird. Der Ausdruck StrCopy(%s, 0, 1); führt zu einem Gruppenwechsel, wenn das erste Zeichen des Feldes unterschiedlich ist. Diese Eigenschaft ist optional.

Siehe auch