Skip to main content

TcxDBVerticalGridDataController.CreateAllItems Method

Creates rows for all dataset fields.

Declaration

procedure CreateAllItems;

Remarks

When the TcxDBVerticalGrid control is bound to a data source initially it displays no data. The CreateAllItems method creates rows in the grid control for dataset fields and automatically links them to the corresponding fields via the TcxDBEditorRowProperties.DataBinding property. The name of the dataset field represented by the current row is assigned to the TcxDBVerticalGridItemDataBinding.FieldName property. The each row’s caption and visibility are determined respectively by the TField.DisplayLabel property’s and TField.Visible property’s values of the corresponding dataset field.

See Also