API:Data.Bind.Components.TLinkListControlToField.FillHeaderFieldName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property FillHeaderFieldName;

C++

__property FillHeaderFieldName = {default=0};

Description

Specifies the field to display in the list header.

Data.Bind.Components.TLinkListControlToField.FillHeaderFieldName inherits from Data.Bind.Components.TCustomLinkListControlToField.FillHeaderFieldName. All content below this line refers to Data.Bind.Components.TCustomLinkListControlToField.FillHeaderFieldName.

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

See Also