Unit 'owmdata' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_openweather]

THistoryStationItem

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: owmdata.pas line 532

type THistoryStationItem = class(TCollectionItem,IClearable)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Clear;

  

  property DateTime: TDateTime; [r]

  

published

  property temp: Double; [rw]

  

  property main: THistoryStationMain; [rw]

  

  property humidity: Double; [rw]

  

  property pressure: Double; [rw]

  

  property dt: Int64; [rw]

  

end;

Inheritance

THistoryStationItem

  

|

TObject,IClearable



CT Web help

CodeTyphon Studio