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