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

TForecast3hData

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

Declaration

Source position: owmdata.pas line 256

type TForecast3hData = class(TBaseData)

public

  constructor Create; override;

  

  destructor Destroy; override;

  

  property Count: Integer; [r]

  

  property ForecastItems []: TForecastItem; [r]

  

published

  property cod: string; [rw]

  

  property message: Double; [rw]

  

  property city: TCity; [rw]

  

  property cnt: Integer; [rw]

  

  property list: TCollection; [rw]

  

end;

Inheritance

TForecast3hData

  

|

TBaseData

  

|

TObject



CT Web help

CodeTyphon Studio