Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TGridColumnTitle.MultiLine

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

Declaration

Source position: grids.pas line 503

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 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.