Source position: strwrap1.pas line 51
type StrArray_c = record
Lines: array [] of String;
Count: Integer;
end;