Subject ib_grid
Author wellingtonamsantos
Hello to all
Use Delphi 7 with IBO ... Before I used the component grid and achieve
Do the following: -
RxDBGrid.Columns [0]. FieldName: = 'CodigoBarra';
RxDBGrid.Columns [1]. FieldName: = 'Description';
RxDBGrid.Columns [0]. Title.Caption: = 'Reference';
RxDBGrid.Columns [1]. Title.Caption: = 'Description';
How do the same procedure using the component IB_GRID the IBO?

Grateful
Well.