Unit 'kgrids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_kcontrols]

TKGridAttrTextCell

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

Declaration

Source position: kgrids.pas line 1624

type TKGridAttrTextCell = class(TKGridTextCell)

protected

  procedure FontChange();

  

  procedure BrushChange();

  

  procedure Initialize; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure ApplyDrawProperties; override;

  

  procedure Assign(); override;

  

  property Attributes: TKTextAttributes; [rw]

  

  property BackColor: TColor; [rw]

  

  property Brush: TBrush; [r]

  

  property BrushChanged: Boolean; [r]

  

  property Font: TFont; [r]

  

  property FontChanged: Boolean; [r]

  

  property HAlign: TKHAlign; [rw]

  

  property HPadding: Integer; [rw]

  

  property VAlign: TKVAlign; [rw]

  

  property VPadding: Integer; [rw]

  

end;

Inheritance

TKGridAttrTextCell

  

|

TKGridTextCell

  

|

TKGridCell

  

|

TObject



CT Web help

CodeTyphon Studio