The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



TCountryData


Unit: SDL_geobasics
Class: none
Declaration:
TCountryData = record
                   Name        : string[40];
                   Fips10      : string[2];
                   ISO3166_2   : string[2];
                   ISO3166_3   : string[3];
                   CLat        : double;
                   CLong       : double;
                   Capital     : string[25];
                   CapLat      : double;
                   CapLong     : double;
                   CapAlt      : integer;
                 end;

The type declaration TCountryData defines the structure of the CountryData array containing most important data about the countries of the world.


Last Update: 2023-Feb-06