[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Grids' (#lcl)

TVirtualGrid

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

TVirtualGrid - an array of rows and columns containing data, which never gets displayed

Declaration

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;

Inheritance

TVirtualGrid

  

TVirtualGrid - an array of rows and columns containing data, which never gets displayed

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.