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

TCity

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

Declaration

Source position: owmdata.pas line 48

type TCity = class(TPersistent)

public

  constructor Create;

  

  destructor Destroy; override;

  

published

  property id: string; [rw]

  

  property name: string; [rw]

  

  property country: string; [rw]

  

  property population: Int64; [rw]

  

  property coord: TCoordinates; [rw]

  

end;

Inheritance

TCity

  

|

TObject



CT Web help

CodeTyphon Studio