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

TGridColumnTitle

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

Declaration

Source position: grids.pas line 448

type TGridColumnTitle = class(TPersistent)

protected

  function GetDefaultCaption; virtual;

  

  function GetDefaultAlignment;

  

  function GetDefaultColor;

  

  function GetDefaultLayout;

  

  function GetOwner; override;

  

  function GetCaption;

  

  procedure SetCaption(); virtual;

  

  procedure DefineProperties(); override;

  

public

  constructor Create(); virtual;

  

  destructor Destroy; override;

  

  procedure Assign(); override;

  

  procedure FillTitleDefaultFont;

  

  procedure FixDesignFontsPPI(); virtual;

  

  procedure ScaleFontsPPI(); virtual;

  

  function IsDefault;

  

  property Column: TGridColumn; [r]

  

published

  property Alignment: TAlignment; [rws]

  

  property Caption: TCaption; [rws]

  

  property Color: TColor; [rws]

  

  property Font: TFont; [rws]

  

  property ImageIndex: TImageIndex; [rw]

  

  property ImageLayout: TButtonLayout; [rw]

  

  property Layout: TTextLayout; [rws]

  

  property MultiLine: Boolean; [rw]

  

  property PrefixOption: TPrefixOption; [rw]

  

end;

Inheritance

TGridColumnTitle

  

|

TObject



CT Web help

CodeTyphon Studio