ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: Country and Continent functions
11 results
Constants used by the functions for managing countries and continents
supprimer une option dans un champ bouton segmenté
Continent and country management functions
Continent and country management functions
Continent (Variable type)
The Continent type is used to find out the characteristics of a continent.
ContinentGet (Function)
Returns the Continent variable that corresponds to one of the following values:
  • a continent constant (2-character continent code),
  • a continent caption.
ContinentList (Function)
Returns the list of continents.
Country (Variable type)
The Country type is used to find out the characteristics of a country.
CountryGet (Function)
Returns the Country variable corresponding to an ISO code or to the country caption according to ISO 3166-1.
CountryList (Function)
Returns the list of all countries or countries of a given continent according to ISO 3166-1.
GetCountryISO (Function)
Returns the desired ISO code of a country corresponding to the caption or ISO code (of a different type) of the country according to the ISO 3166-1 standard.
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
GetCountryName (Function)
Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1 standard.