ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Country and Continent functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Returns the Continent variable that corresponds to one of the following values:
  • a continent constant (2-character continent code),
  • a continent caption.
Example
// Retrieve information about Europe
oContinent is Continent = ContinentGet(continentEurope)
// Display the caption
STC_Continent = oContinent.Name
Syntax
<Result> = ContinentGet([<Caption, constant or code of the continent>])
<Result>: Continent variable
Continent variable corresponding to the continent caption or code.
<Caption, constant or code of the continent>: Optional character string
  • Caption of the desired continent (English, Spanish or French).
  • Constant that identifies the continent (or 2-character continent code):
    continentAfricaAfrica (constant set to "AF").
    continentAntarcticaAntarctica (constant set to "AN").
    continentAsiaAsia (constant set to "AS").
    continentEuropeEurope (constant set to "EU").
    continentNorthAmericaNorth America (constant set to "NA").
    continentOceaniaOceania (constant set to "OC").
    continentSouthAmericaSouth America (constant set to "SA").

If this parameter is not specified, the system continent will be used.
Related Examples:
Country and Continent functions Unit examples (WINDEV): Country and Continent functions
[ + ] This example shows how to use Country / Continent variables and functions.
Component: wd290std.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help