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

THistoryCityItem

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

Declaration

Source position: owmdata.pas line 467

type THistoryCityItem = class(TCollectionItem,IClearable)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Clear;

  

  property DateTime: TDateTime; [r]

  

published

  property weather: TCollection; [rw]

  

  property main: TMainWeather; [rw]

  

  property wind: TWind; [rw]

  

  property clouds: TClouds; [rw]

  

  property dt: Int64; [rw]

  

end;

Inheritance

THistoryCityItem

  

|

TObject,IClearable



CT Web help

CodeTyphon Studio