Data.Bind.Components.TCustomLinkFillControlToField.FillHeaderFieldName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TCustomLinkFillControlToField

Delphi

property FillHeaderFieldName: string read FFillHeaderFieldName write SetFillHeaderFieldName;

C++

__property System::UnicodeString FillHeaderFieldName = {read=FFillHeaderFieldName, write=SetFillHeaderFieldName};

Description

Specifies the field to display in the list header. If FillBreakFieldName and FillBreakCustomFormat are blank, then the value determined using FillHeaderFieldName and FillHeaderCustomFormat controls breaks. This is the only required field to cause breaking.

See Also