CountryCodes.IDfromAlpha3

CountryCodes = class static (TObject)Interface de CountryCodesExemples de CountryCodes

Qubes 6.3 Retourne l'identifiant numérique ISO 3166 depuis son code alpha 3

Syntaxe

class function IDfromAlpha3(alpha3: String): Integer
alpha3: code alpha 3 du pays

Remarques

Renvoi l'identifiant numérique du pays suivant la norme Norme ISO 3166 à partir de son code alpha 3.

Exemples

PrintLn(IntToStr(CountryCodes.IDfromAlpha3('FRA'))); // affiche '250'

Classification

QuBESCountryCodes CountryCodes