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

StrArray_c

Declaration

Source position: strwrap1.pas line 51

type StrArray_c = record

  Lines: array [] of String;

  Count: Integer;

end;