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

TColorStringGrid

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

Declaration

Source position: grids.pas line 1974

type TColorStringGrid = class(TStringGrid)

protected

  procedure PrepareCanvas(); override;

  

  procedure ColRowDeleted(); override;

  

  procedure ColRowInserted(); override;

  

  procedure SizeChanged(); override;

  

  procedure DrawTextInCell(); override;

  

  procedure CalcCellExtent(); override;

  

public

  procedure DefaultDrawCell(); override;

  

  property RowFontColor []: TColor; [rw]

  

  property UserWordIndex []: Integer; [rw]

  

end;

Inheritance

TColorStringGrid

  

|

TStringGrid

  

|

TCustomStringGrid

  

|

TCustomDrawGrid

  

|

TCustomGrid

  

|

TCustomControl

  

The base class for windowed controls which paint themselves.

|

TWinControl

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio