How to Add Rows and Columns to a IWGrid

Last Updated: 6/2/2009



Sections above here:
Home  »  Class Reference  »  TIWGrid

Sections below here:

    Topics in this section:
    Embedding Controls in IWGrid Cells
    How to Add Rows and Columns to a IWGrid

    Search Documentation:

    In order to add rows and colums to a IWGrid simply change the values of the properties RowCount and ColumnCount.

    procedure TIWForm3.IWAppFormCreate(Sender: TObject);
    begin
    IWGrid1.RowCount := 5;
    IWGrid1.ColumnCount := 3;
    end;




    (C) 2002-2009 - Atozed Software Ltd.