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

TStringGrid

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

Declaration

Source position: grid.inc line 128

type TStringGrid = class(TDrawGrid)

protected

  procedure SizeChanged(); override;

  

  procedure DrawCell(); override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  property Cells: String; [rw]

  

  property Cols: TStrings;

  

  property Objects: TObject;

  

  property Rows: TStrings;

  

end;

Inheritance

TStringGrid

  

|

TDrawGrid

  

|

TCustomGrid

  

|

TWidget

  

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

|

TComponent

?

TObject