Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxDBVerticalGridDataController.CreateAllItems Method

In This Article

Creates rows for all dataset fields.

#Declaration

Delphi
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