Overview
Less than 1 minute
Overview of TDataVertGridEh control
TDataVertGridEh is a grid component that displays records in a vertical orientation.
Each record is represented as a set of rows, with rows (TDataVertGridRowEh) playing the same role as columns in a standard TDataGridEh.
Peculiarities:
- The interface and configuration of the grid are largely similar to the Fmx.TDataGridEh component.
- Instead of columns, rows are used ( TDataVertGridRowEh ), each of which corresponds to a specific field of the data set.
- Supports all major data handling mechanisms, including editing, displaying and binding to a data source.
- In the current version, TDataVertGridEh supports displaying only one current record on the screen at a time.
As TDataGridEh TDataVertGridEh can be used to display data from data sources such as TDataSet, TList, TList<T>.
See an example of using the TDataVertGridEh component in the Demo project EhLib.Fmx.MainDemo.dpr in the DemoFrame.VerticalGrid module.
