API:Data.Bind.Components.TLinkListControlToField.FillBreakCustomFormat

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property FillBreakCustomFormat;

C++

__property FillBreakCustomFormat = {default=0};

Propriétés

Type Visibilité  Source Unité  Parent
property published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TLinkListControlToField

Description

Spécifie une expression personnalisée utilisée avec le champ défini par la propriété FillBreakFieldName.

Data.Bind.Components.TLinkListControlToField.FillBreakCustomFormat hérite de Data.Bind.Components.TCustomLinkListControlToField.FillBreakCustomFormat. Tout le contenu en-dessous de cette ligne se réfère à Data.Bind.Components.TCustomLinkListControlToField.FillBreakCustomFormat.

Spécifie une expression personnalisée utilisée avec le champ défini par la propriété FillBreakFieldName. Par exemple, l'expression StrCopy(%s, 0, 1); provoque un arrêt lorsque le premier caractère du champ est différent. Cette propriété est facultative.

Voir aussi