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

TGridColumnTitle

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TGridColumnTitle - the title for a column in a grid

Declaration

Source position: grids.pas line 349

type TGridColumnTitle = class(TPersistent)

protected

  procedure Assign(); override;

  

  function GetDefaultCaption; virtual;

  

  function GetDefaultAlignment;

  

  function GetDefaultColor;

  

  function GetDefaultLayout;

  

  procedure SetCaption(); virtual;

  

public

  constructor Create(); virtual;

  

  destructor Destroy; override;

  

  procedure FillTitleDefaultFont;

  

  function IsDefault;

  

  property Column: TGridColumn; [r]

  

published

  property Alignment: TAlignment; [rws]

  

  property Layout: TTextLayout; [rws]

  

  property Caption: TCaption; [rws]

  

  property Color: TColor; [rws]

  

  property Font: TFont; [rws]

  

end;

Inheritance

TGridColumnTitle

  

TGridColumnTitle - the title for a column in a grid

|

TPersistent

|

TObject

Description

TGridColumnTitle - the title for a column in a grid

The actual title is held in Caption

Column refers to the Grid Column to which the Title is attached

The latest version of this document can be found at lazarus-ccr.sourceforge.net.