|
From:
<Et...@at...> - 2001-03-21 21:30:25
|
> > Does anyone knows there's an other way to get the total > > size of chars in a edit box? > > Length(SynEdit.Text); > Hmmm, I think it isn't a good idea. It would be better to sum the length of all lines instead, since TStrings.Text allocates a new string and copy all lines to it. |