ComponentOne List 8.0 for ActiveX
HeadLines Property (TDBCombo)

 

TDBCombo Reference> TDBCombo Control Properties> HeadLines Property (TDBCombo)

HeadLines Property (TDBCombo)

This property returns or sets a value indicating the number of lines of text displayed in a TDBList and TDBCombo control's column headers.

Syntax

object.HeadLines= single

Remarks

Read/Write at run time and design time.

Property applies to TDBList and TDBCombo controls.

The HeadLines property accepts a floating point number from 0 to 10. The default value is 1, which causes the control to display the caption for each Column object on a single line within its header area, provided that ColumnHeaders is True.

A setting of 0 removes the headings and has the same effect as setting the ColumnHeaders property to False.

Note: By default, a Column object's caption contains the name of its underlying field as specified by the DataField property. You can use the Caption property to override the text displayed within column headers.

See Also

TDBList and TDBCombo Controls

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback