The properties for formatting the data in the grid

AdminLess than 1 minute

The properties for formatting the data in the grid

Use the following properties of the grid column TColumnEh to format the data in the cell:

DisplayFormat: String

The output format is a numerical value or a TDateTime value.

EndEllipsis: Boolean

Display ellipsis if the text does not fit in a cell grid

Layout: TTextLayout

Vertical text alignment

Alignment: TAlignment

Align text horizontally

WordWrap: Boolean

Wrap text if it is not fit to a cell in one row. The text will be moved if the row height (Row) greater than the height of one line of text.

EditMask: String

Mask text when editing the data in the cell. To correctly read the description of the filling properties of the standard properties TEditMask

Last update:
Contributors: dmitrybv