[Overview][Constants][Classes][Procedures and functions][Index] Reference for unit '_crw_geoid' (#crwlib)

TIsoCountryInfo

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

Declaration

Source position: _crw_geoid.pas line 64

type TIsoCountryInfo = class(TMasterObject)

public

  constructor Create();

  destructor Destroy; override;

  property Name: LongString; [r]

  property Alpha2: LongString; [r]

  property Alpha3: LongString; [r]

  property CountryCode: LongString; [r]

  property Iso3166_2: LongString; [r]

  property Region: LongString; [r]

  property SubRegion: LongString; [r]

  property IntermediateRegion: LongString; [r]

  property RegionCode: LongString; [r]

  property SubRegionCode: LongString; [r]

  property IntermediateRegionCode: LongString; [r]

  property NameRu: LongString; [r]

  property Tlds: LongString; [r]

  property Index: Integer; [r]

  function CsvLine;

  function SimpleTable;

end;

Inheritance

TIsoCountryInfo

|

TMasterObject

|

TObject