[Overview][Types][Procedures and functions] Reference for unit 'capstr' (#powtils_extras)

TCapStr

Declaration

Source position: capstr.pas line 20

type TCapStr = record

  strlen: Integer;

  growby: Integer;

  data: ansistring;

end;