ComponentOne List 8.0 for ActiveX
FootLines Property (TDBCombo)

 

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

FootLines 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 footers.

Syntax

object.FootLines= single

Remarks

Read/Write at run time and design time.

Property applies to TDBList and TDBCombo controls.

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

A setting of 0 removes the footings and has the same effect as setting the ColumnFooters property to False.

Note: You must set the FooterText property explicitly. Unlike the Caption property, it does not derive a default value from the name of the underlying database field.

See Also

TDBList and TDBCombo Controls

 

 


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

Product Support Forum  |  Documentation Feedback