Overview
Less than 1 minute
Overview of EhLibFmx package
EhLibFmx package includes components and controls based on the FireMonkey graphics library.
All classes and components of this package are cross-platform and allow you to develop graphical applications for platforms such as Windows, Android, MacOS, iOS, Linux.
List of components
TDataGridEh
The main component of this package is the TDataGridEh component.
In the current version TDataGridEh supports the following features:
- Displaying data from TDataSet and from list objects like
TListandTList<T>. - Sorting and filtering data
- Search and filter data via the SearchPanel
- Run-time column settings: Width, Visibility, Order
- Complex headers that span multiple columns
- Footers with the ability to display aggregated values
- Selecting grid areas, copying data via clipboard
- Put complex, formatted data in the grid cell (LaObjects)
TDataVertGridEh
TDataVertGridEh is a grid component that displays records in a vertical orientation.
TDataComboBoxEh
TDataComboBoxEh component is designed to display and select a value from a list.
