[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] Reference for unit 'fpGUI' (#fpgui)

TDrawGrid

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

Declaration

Source position: grid.inc line 98

type TDrawGrid = class(TCustomGrid)

protected

  procedure DrawCell(); override;

  

public

  function CellRect();

  

  property ColWidths;

  

  property RowHeights;

  

published

  property CanExpandWidth;

  

  property CanExpandHeight;

  

  property ColCount;

  

  property RowCount;

  

  property FixedCols;

  

  property FixedRows;

  

  property DefaultColWidth;

  

  property DefaultRowHeight;

  

  property OnDrawCell: TDrawCellEvent; [rw]

  

end;

Inheritance

TDrawGrid

  

|

TCustomGrid

  

|

TWidget

  

The TWidget class is the base class of all user interface objects.

|

TComponent

?

TObject