Capstr stands for 'capacity string'. It is a record with ansistring which can grow in fixed chunks instead of in little amounts. Concatenations are done using functions instead of with the plus sign.
This ansistring when used properly with the functions is much faster when doing a lot of ansistring concatenations in a loop.