|
|
|
|
|
- Properties specific to Continent variables
- WLanguage functions that use Continent variables
Continent (Variable type) In french: Continent
The Continent type is used to find out the characteristics of a continent. The characteristics of this continent can be: Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
oContinent is Continent = ContinentGet(continentEurope)
LIB_Continent = oContinent.Name
Properties Properties specific to Continent variables The following properties can be used to define the characteristics of Continent variables: | | | Property name | Type used | Effect |
---|
Code | Character String constant | Constant that identifies the continent:- continentAfrica Africa (constant is "AF")
- continentNorthAmerica North America (constant is "NA")
- continentSouthAmerica South America (constant is "SA")
- continentAntarctica Antarctica (constant is "AN")
- continentAsia Asia (constant is "AS")
- continentEurope Europe (constant is "EU")
- continentUndefined Continent could not be identified.
- continentOceania Oceania (constant is "OC")
This property is read-only. | Name | Character string | Name of the continent (in the language of framework). This property is read-only. |
Remarks WLanguage functions that use Continent variables | | ContinentGet | Returns the Continent variable that corresponds to one of the following values: - a continent constant (2-character continent code),
- a continent caption.
| ContinentList | Returns the list of continents. | CountryList | Returns the list of all countries or countries of a given continent according to ISO 3166-1. |
Related Examples:
|
Unit examples (WINDEV): Country and Continent functions
[ + ] This example shows how to use Country / Continent variables and functions.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|