Subject | Re: [IBO] Limit size of a field in Delphi |
---|---|
Author | nibler@t-online.de |
Post date | 2003-12-05T15:19:20Z |
Riho-Rene,
including a white space. See the Delphi help for EditMask.
For example, to have it look like all other TIB_Edits and
allow only 5 chars input the mask look like this:
ccccc;;
-------^ be sure to put a white space here as last character
after the semicolon.
Harald
> Currently it is recommended to use EditMask, but I don't like the thinYou can change the "thin line" to any character you want,
> line this generates at the bottom of EditField.
> It makes this field look different from all others.
including a white space. See the Delphi help for EditMask.
For example, to have it look like all other TIB_Edits and
allow only 5 chars input the mask look like this:
ccccc;;
-------^ be sure to put a white space here as last character
after the semicolon.
Harald