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

TForecastItem

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

Declaration

Source position: owmdata.pas line 227

type TForecastItem = class(TCollectionItem)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  property DateTime: TDateTime; [r]

  

published

  property dt: Int64; [rw]

  

  property dt_txt: string; [rw]

  

  property main: TMainForecast; [rw]

  

  property weather: TCollection; [rw]

  

  property clouds: TClouds; [rw]

  

  property wind: TWind; [rw]

  

  property rain: TRain; [rw]

  

  property snow: TSnow; [rw]

  

  property sys: TForecastSys; [rw]

  

end;

Inheritance

TForecastItem

  

|

TObject



CT Web help

CodeTyphon Studio