Subject Re: [IBO] Limit size of a field in Delphi
Author nibler@t-online.de
Franky,

> [.. ]With a IBOtable i can change the .FieldByName(afield).Size := 20; and
> .FieldByName(afield).DisplayWidth := 20; from code but i can't set the
> size of a field in TIb_Query
>
> Any suggestions?
>
> Franky
>

TIB_Edit has a property called MaxLength.
That will do it.

Harald