Source position: capwstr.pas line 23
type TCapWstr = record
strlen: Integer;
growby: Integer;
data: widestring;
end;