[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Prometheus_Core' (#Prometheus)

Csv

Declaration

Source position: Prometheus_Core.pas line 26

type Csv = record

  Value: array [1..5000] of String;

  Length: Int64;

end;