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

TDailyForecastItem

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

Declaration

Source position: owmdata.pas line 299

type TDailyForecastItem = class(TCollectionItem)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  property wind: TWind; [r]

  

  property WeatherItem []: TWeather; default; [r]

  

  property Count: Integer; [r]

  

  property DateTime: TDateTime; [r]

  

published

  property dt: Int64; [rw]

  

  property temp: TTemperature; [rw]

  

  property pressure: Double; [rw]

  

  property humidity: THumidity; [rw]

  

  property weather: TCollection; [rw]

  

  property speed: Double; [rw]

  

  property deg: Double; [rw]

  

  property clouds: Double; [rw]

  

  property rain: Double; [rw]

  

  property snow: Double; [rw]

  

end;

Inheritance

TDailyForecastItem

  

|

TObject



CT Web help

CodeTyphon Studio