[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TGridColumnTitle.MultiLine

Indicates whether the column title can be displayed as multiple lines.

Declaration

Source position: grids.pas line 509

published property TGridColumnTitle.MultiLine : Boolean
  read FMultiLine
  write SetMultiLine
  default False;

Description

MultiLine is a Boolean that indicates if the column title can be displayed as multiple lines. The default value for the property is False. Changing the value in MultiLine cause the ColumnChanged method for the TGridColumn class instance to be called.

See also

TGridColumn.ColumnChanged

  

Performs actions needed when a column in the grid is changed.


Version 4.0 Generated 2025-05-03 Home