Subject Re: [IBO] Problems in TIB_Grid
Author Salvatore Besso
hello Jason,

> What we need to compare with is the TDBGrid control
> to see because we both inherit TCustomGrid

TCustomGrid -> TCustomDBGrid -> TDBGrid

CreateParams is defined in TCustomGrid and is not overridden in the
other two descendants. TDBGrid has no methods, it publishes only some
properties. Is there any other place where I should look into?

Regards
Salvatore