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

TForecastDailyData

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

Declaration

Source position: owmdata.pas line 339

type TForecastDailyData = class(TBaseData)

public

  constructor Create; override;

  

  destructor Destroy; override;

  

published

  property cod: string; [rw]

  

  property message: Double; [rw]

  

  property city: TCity; [rw]

  

  property cnt: Integer; [rw]

  

  property list: TCollection; [rw]

  

end;

Inheritance

TForecastDailyData

  

|

TBaseData

  

|

TObject



CT Web help

CodeTyphon Studio