Grid

Top  Previous  Next
tog_minusGrid

SmartCL.Grid

 

TW3Grid = class(TW3CustomControl, IW3ColumnsControl)

Public methods:

    function AddRow(Count: Integer = 1): TW3Row;
    procedure AddCells(Cells: array of Variant);
    procedure BeginChanges;
    procedure ClearRows;
    procedure DeleteRow(Index: Integer);
    procedure EndChanges(Immediate: Boolean = False);
    function InsertRow(Index: Integer): TW3Row;
    function RowExists(Index: Integer): Boolean;

Properties:

  public
    property Cell[ACol, ARow: Integer]: IW3Cell read GetCell;
    property Columns: TW3Columns read FColumns;
    property LastAddedRow: Integer read FLastAddedRow;
    property Row[Index: Integer]: TW3Row read GetRow;
    property RowCount: Integer read GetRowCount;
    property VertScrollBar: TW3VerticalScrollbar read FVertScrollBar;
  published
    property HeaderHeight: Integer read FHeaderHeight write SetHeaderHeight;
    property RowHeight: Integer read FRowHeight write SetRowHeight;