Subject Re: [IBO] How to get TIB_Grid columns width at runtime??
Author Lucas Franzen
> My problem is when the user changes the width of some column at
> runtime.
>
> Is there a way to get the REAL width of the columns in the ib_grid
> object at run-time ?? (not the DisplayWidth nor the DefaultWidth)

IB_Query.FieldsDisplayWidth show the real values at run-time.

You can use the OnLayoutChanged event of the IB_Query.

Luc.