[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | ||
|
||
| | ||
|
||
| | ||
|
The TWidget class is the base class of all user interface objects. |
|
| | ||
TComponent |
||
? | ||
TObject |