[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TVirtualGrid - an array of rows and columns containing data, which never gets displayed
Source position: grids.pas line 310
type TVirtualGrid = class |
||
protected |
||
procedure doDestroyItem(); |
|
|
procedure doNewItem(); |
|
|
procedure DeleteColRow(); |
|
|
procedure MoveColRow(); |
|
|
procedure ExchangeColRow(); |
|
|
procedure InsertColRow(); |
|
|
procedure DisposeCell(); virtual; |
|
|
procedure DisposeColRow(); virtual; |
|
|
public |
||
constructor Create; |
|
|
destructor Destroy; override; |
|
|
procedure Clear; |
|
|
function GetDefaultCell; |
|
|
function GetDefaultColRow; |
|
|
property ColCount: Integer; [rw] |
|
|
property RowCount: Integer; [rw] |
|
|
property Celda: PCellProps; [rw] |
|
|
property Cols: PColRowProps; [rw] |
|
|
property Rows: PColRowProps; [rw] |
|
|
end; |
|
TVirtualGrid - an array of rows and columns containing data, which never gets displayed |
|
| | ||
TObject |
lazarus-ccr.sourceforge.net |