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

TWeatherData

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

Declaration

Source position: owmdata.pas line 359

type TWeatherData = class(TCollectionItem,IClearable)

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Clear;

  

  property WeatherCount: Integer; [r]

  

  property WeatherItems []: TWeather; [r]

  

published

  property coord: TCoordinates; [rw]

  

  property sys: TWeatherSys; [rw]

  

  property weather: TCollection; [rw]

  

  property base: string; [rw]

  

  property main: TMainForecast; [rw]

  

  property wind: TWind; [rw]

  

  property clouds: TClouds; [rw]

  

  property dt: Int64; [rw]

  

  property id: Int64; [rw]

  

  property name: string; [rw]

  

  property cod: Integer; [rw]

  

end;

Inheritance

TWeatherData

  

|

TObject,IClearable



CT Web help

CodeTyphon Studio