[fpc-devel] TBytes

Sergei Gorelkin sergei_gorelkin at mail.ru
Tue Feb 28 13:53:45 CET 2012


28.02.2012 16:31, Marco van de Voort пишет:
> In our previous episode, Sven Barth said:
>>>> handling completely again which seems to be possible according a thread
>>>> with Allen Bauer in Embarcadero forum. And please implement it before
>>>> AnsiStrings can't be used for the purpose anymore.
>>>
>>> If you care about the repeated addition stuff, you should probably be check
>>> out tstringbuilder.  It is said to performance better with string
>>> concatenation then ansistring.  I never use it though, but that is partially
>>> also because currently I don't work much with character data.
>>
>> Do we already have a TStringBuilder?
>
> I don't know. As said I don't use it :)

I use something like that in fcl-xml package, not in the form of a class but a record and a set of 
procedures (see xmlutils.pp: TWideStringBuf, BufAppend(), etc).

Regards,
Sergei




More information about the fpc-devel mailing list