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

PrometheusEvent

Declaration

Source position: Prometheus_Core.pas line 44

type PrometheusEvent = record

  Type_: String;

  StrVal: String;

  StrVal2: String;

  IntVal: Int64;

  IntVal2: Int64;

end;