ShortCaption
Specifies text to be displayed if text specified by Caption
property can't fit into rectangle.
pas
property ShortCaption: WideString read FShortCaption write SetShortCaption;
Example
pas
ClientsGrid.Columns[0].Header.Caption := 'First Name'; ClientsGrid.Columns[0].Header.ShortCaption := 'FN';