Source position: Prometheus_Core.pas line 26
type Csv = record
Value: array [1..5000] of String;
Length: Int64;
end;