ComponentOne True DataControl 8.0
XTabSeparateFields Property (TDataLite)

 

XTabSeparateFields Property (TDataLite)

For crosstab mode, if set to True, exposes crosstab columns as independent fields at design time.

Syntax

TData.XTabSeparateFields = boolean

Remarks

Read/Write at design time and at run time. Property applies to TDataLite control. Not available in TData control.

This property applies to crosstab mode. It controls the way crosstab columns are exposed to True DBGrid control at design time. With bound controls other than ComponentOne True DBGrid (version 8.0 or better), XTabSeparateFields is always considered True.

If set to False (default), TDBGrid will see a single field (for every crosstab field) at design time in its property pages (but it will display all crosstab columns properly). In most cases, it is convenient to set up all crosstab columns with identical settings. All settings of the corresponding column will be applied to all crosstab columns it generates. This propagation of settings to all crosstab columns takes place only at design time. At run time, crosstab columns can resize and their properties can be changed independently, regardless of the XTabSeparateFields value.

If this property is set to True, TDBGrid will see crosstab columns as separate data fields, so they can be set up separately.

For more information, see Crosstab (matrix) data presentation.

See Also

TDataLite Control

 

 


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

Product Support Forum  |  Documentation Feedback