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

TCapWstr

Declaration

Source position: capwstr.pas line 23

type TCapWstr = record

  strlen: Integer;

  growby: Integer;

  data: widestring;

end;