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

TGridColumnTitle.Column

The TGridColumn instance where the title is used.

Declaration

Source position: grids.pas line 500

public property TGridColumnTitle.Column : TGridColumn
  read FColumn;

Description

Column is a read-only TGridColumn property with the grid column where the class instance is used as the Title property. Its value is assigned in Create using the argument passed to the constructor.

Column allows access to properties and methods in the grid column owner, including the Grid where the column is defined. It is used in methods like: FontChanged, FillTitleDefaultFont, FixDesignFontsPPI, and ScaleFontsPPI. It is also used when properties are changed which affect the column definition, including: Alignment, Color, Font, ImageIndex, ImageLayout, Layout, MultiLine, and PrefixOption.

See also

TGridColumnTitle.Alignment

  

Horizontal alignment for the text in the column title.

TGridColumnTitle.Color

  

The background color for the column title.

TGridColumnTitle.Font

  

Contains the typeface and text attributes for the Caption displayed in the column title.

TGridColumnTitle.ImageIndex

  

Ordinal position for the image displayed in the fixed header for the column title.

TGridColumnTitle.ImageLayout

  

The layout used for any image in the column title.

TGridColumnTitle.Layout

  

Vertical alignment for the Caption text displayed in the column title.

TGridColumnTitle.MultiLine

  

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

TGridColumnTitle.PrefixOption

  

Indicates if accelerator keys are used in the column title.

TGridColumn.Title

  

Contains the attributes for the title in the fixed header for the column.

TGridColumn.Grid

  

The grid control to which this column belongs.


Version 4.0 Generated 2025-05-03 Home