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

TFindItem

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

Declaration

Source position: owmdata.pas line 416

type TFindItem = class(TCollectionItem)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

published

  property LocationID: Int64; [rw]

  

  property name: string; [rw]

  

  property coord: TCoordinates; [rw]

  

  property main: TMainWeather; [rw]

  

  property dt: Int64; [rw]

  

  property wind: TWind; [rw]

  

  property sys: TFindSys; [rw]

  

  property clouds: TClouds; [rw]

  

  property weather: TCollection; [rw]

  

end;

Inheritance

TFindItem

  

|

TObject



CT Web help

CodeTyphon Studio