# VObjectInfo: enumeraciones

## **Estilos**

* StylePrivate = 0x00000001 //Privado
* StyleLegacy = 0x00000002 //Heredable
* StyleDragableCopy = 0x00000004 //Permite drag para copiar
* StyleDragableMove = 0x00000008 //Permite drag para mover
* StyleInsertPoint = 0x00000010 //Punto de inserción
* StyleRemoteFunction = 0x00000020 //Indica si es disparable como funcion remota
* StyleWeb = 0x00000040 //Indica si es accesible web
* StyleHardLock = 0x00000080 //Indica como bloquea el objeto (bloqueo duro)
* StyleVertical = 0x00000100 //Vertical(lo usan algunos como el multivista)
* StyleClickAsDoubleClick = 0x00000200 //Un-click hace lo mismo que doble-click (lo usan algunos)&#x20;
* tyleStopDebug = 0x00000400 //Stop debug (lo usan instrucciones)
* StyleOnlyOneExpanded = 0x00000800 //Árboles: solo una rama abierta
* StyleHintNoTitle = 0x00001000 //Estilos Hint de marco de ventana
* StyleHintNoSystemMenu = 0x00002000 //Ocultar el menú de sistema
* StyleHintNoMinimizeButton = 0x00004000 //Ocultar botón minimizar
* StyleHintNoMaximizeButton = 0x00008000 //Ocultar botón maximizar
* StyleHintNoCloseButton = 0x00010000 //Ocultar botón cerrar
* StyleEditionDelayed = 0x00020000 //Retardo con timer en edits (solo controles tipo edit)
* StyleOptimized = 0x00040000 //Indica si usa el modo optimizado
* StyleCustomizable = 0x00080000 //Indica si es personalizable&#x20;
* StyleOnlyView = 0x00100000 //Indica si es de instancia única

## **Property Data Types**

* IdentificadorPrimario = 00
* IdentificadorRef = 01
* IdentificadorTotal = 02
* StringIdiomas = 03
* String = 04
* StringList = 05
* Formula = 06
* FormulaList = 07
* Bool = 08
* Double = 09
* Int8 = 10
* Uint8 = 11
* Int16 = 12
* Uint16 = 13
* Int32 = 14
* Uint32 = 15
* Int64 = 16
* Uint64 = 17
* Color = 18
* Font = 19
* Imagen = 20
* Region = 21
* StringVariable = 22
* IdCompuestoControl = 23
* PathFileScript = 24

## **Property Edit Types**

* El default para el tipo de dato = 00
* AutoCalculada. No editable = 01
* Combo Enum = 02
* Combo que permite edición = 03
* Combo que muestra todos los campos de su origen + sus maestros = 04
* Combo que muestra los campos de tipo objeto dibujo + sus maestros = 05
* Combo de Strings = 06
* SerialPortWindows: browser puerto serie Windows = 07
* SerialPortPosix: browser puerto serie Posix = 08
* Browser de plataformas&#x20;

  &

  &#x20;SO = 09
* Browser de ficheros = 10
* Browser de directorios = 11
* Combo de estilos (flags) = 12

## **Tipos de controles (Propiedad 0)**

* Dibujo = 0
* Caja de grupo = 1
* Texto estático = 2
* Nombre de campo = 3
* Edición alfabética = 4
* Botón = 5
* Botón de radio = 6
* Botón de check = 7
* Edición numérica = 8
* Calendario = 9
* Barra de progreso = 10
* Deslizador = 11
* Dial = 12
* Separador de formularios = 13
* ComboBox = 14
* ListBox = 15
* Vista de datos = 16
* Caja de formularios = 17
* Caja de texto = 18
* Reservado = 19
* Visor HTML = 20
* Objeto dibujo = 21
* Layout = 22
* Espaciador = 23
* Edición Fecha/Hora = 24
* Edición Fecha = 25
* Edición Hora = 26
* Caja de texto enriquecido = 27
* Pila de formularios = 28
* Reloj = 29
* Manómetro = 30
* Termómetro = 31
* Rueda = 32
* Imagen Svg = 33
* Botón Svg = 34
* Interruptor Svg = 35
* Switch Svg = 36
* Reloj indicador Svg = 37
* Menú arbolado = 38
* Edición fórmula = 39
* Edición senda de fichero = 40
* Edición senda de directorio = 41
* Splitter = 42
* Data Catcher Edit = 43
* Tree Widget = 44
* Área de scroll = 45

## **Tipos de entrada/salida**

* IONone = 0
* IORecord = 1
* IOList = 2

## **Tipos de objetos**

* TypeTable = 0 (tabla)
* TypeField = 1 (campo)
* TypeIndex = 2 (índice)
* TypeIndexPart = 3 (parte de un índice)
* TypePluralBind = 4 (enlace plural)
* TypeUpdate = 5 (actualización)
* TypeUpdateComponent = 6 (componente de actualización)
* TypeComplexIndex = 7 (índice complejo)
* TypeComplexIndexPart = 8 (parte de un índice complejo)
* TypeVariable = 9 (variable)
* TypeStaticTable = 10 (tabla estática)
* TypeStaticTableItem = 11 (ítem de tabla estática)
* TypeTrigger = 12 (trigger)
* TypePicture = 13 (dibujo)
* TypeGrid = 14 (rejilla)
* TypeGridCol = 15 (columna de rejilla)
* TypeTree = 16 (árbol visor de tablas arboladas)
* TypeSlot = 17 (casillero)
* TypeForm = 18 (formulario)
* TypeControl = 19 (control)
* TypeSubcontrol = 20 (subcontrol)
* TypeMultiView = 21 (multivista)
* TypeLogicPrinter = 22 (impresora lógica)
* TypeReport = 23 (informe)
* TypeReportSection = 24 (sección de informe)
* TypeReportControl = 25 (control de informe)
* TypeReportGrouping = 26 (agrupamiento de informe)
* TypeReportCalcution = 27 (cálculo de informe)
* TypeQuery = 28 (búsqueda)
* TypeQueryComponent = 29 (componente de búsqueda)
* TypeFilterGlass = 30 (lupa)
* TypeFinder = 31 (localizador)
* TypeFinderIndex = 32 (índice de localizador)
* TypeBasket = 33 (cesta)
* TypeProcess = 34 (proceso)
* TypeFunction = 35 (función)
* TypeEventConnection = 37 (conexión de evento)
* TypeEventSlot = 38 (manejador de evento)
* TypeInstruction = 39 (instrucción de proceso)
* TypeDll = 40 (librería externa)
* TypeAction = 41 (acción)
* TypeMenu = 42 (menú)
* TypeToolbar = 43 (toolbar)
* TypeActionLauncher = 44 (lanzador de acción)
* TypeListPipe = 45 (tubo de lista)
* TypeRecordPipe = 46 (tubo de ficha)
* TypeTcpProtocol = 47 (protocolo TCP/IP)
* TypeConstant = 51 (constante)
* TypeFrame = 52 - Marco (marco)
* TypeDock = 53 (dock)
* TypeFormBlock = 54 (bloc de formularios)
* TypeDrop = 55 (drop)
* TypeQueue = 56 (cola de procesos)
* TypeScheme = 57 (esquema)
* TypeSchemeItem = 58 (ítem de un esquema)
* TypeDllFunction = 60 (función de dll)
* TypeInsertion = 61 (inserción)
* TypeSerialPort = 62 (puerto serie)
* TypeDllFunctionParam = 63 (parámetro de función de dll)
* TypeAttachedFile = 64 (fichero adjunto)
* TypeSvgImage = 65 (imagen Svg)
* TypeSvgControl = 66 (control Svg)
* TypeSubindexator = 67 (subindexador)
* TypeIntercomunicator = 68 (intercomunicador del TCP)
* TypeStyleCondition = 69 (condición de estilo en rejilla)
* TypeViewFlow = 70 (viewFlow)
* TypeListAlternator = 71 (alternador de lista)
* TypeComboView = 72 (combo view)
* TypeListView = 73 (list view)
* TypeQmlList = 74 (lista QML)
* TypeUserRole = 75 (user Role)
* TypeAuxModel = 76 (modelo auxiliar)
* TypeAdvancedGrid = 77 (rejilla avanzada)
* TypeAdvancedGridCol = 78 (columna de rejilla avanzada)
* TypeAdvancedGridBand = 79 (banda de rejilla avanzada)
* TypeQmlForm = 80 (formulario QML)
* TypeFieldMigrator = 81 (traspaso de campo)
* TypeFormExtRecord = 82 (ficha de extensión de formulario)
* TypeChart = 83 (gráfico)
* TypeSeries = 84 (serie de un gráfico)
* TypeAxis = 85 (eje de un gráfico)
* TypeReplace = 86 (reemplazo)
* TypeNone = -1

## **Idiomas**

* AnyLanguage **=** 0
* C = 1 ( "C" locale es idéntico en comportamiento a English/UnitedStates).
* Abkhazian = 2
* Afan = 3
* Afar = 4
* Afrikaans = 5
* Albanian = 6
* Amharic = 7
* Arabic = 8
* Armenian = 9
* Assamese = 10
* Aymara = 11
* Azerbaijani = 12
* Bashkir = 13
* Basque = 14
* Bengali = 15
* Bhutani = 16
* Bihari = 17
* Bislama = 18
* Bosnian = 142
* Breton = 19
* Bulgarian = 20
* Burmese = 21
* Byelorussian = 22
* Cambodian = 23
* Catalan = 24
* Chinese = 25
* Cornish = 145
* Corsican = 26
* Croatian = 27
* Czech = 28
* Danish = 29
* Divehi = 143
* Dutch = 30
* English = 31
* Esperanto = 32
* Estonian = 33
* Faroese = 34
* FijiLanguage = 35
* Finnish = 36
* French = 37
* Frisian = 38
* Gaelic = 39
* Galician = 40
* Georgian = 41
* German = 42
* Greek = 43
* Greenlandic = 44
* Guarani = 45
* Gujarati = 46
* Hausa = 47
* Hebrew = 48
* Hindi = 49
* Hungarian = 50
* Icelandic = 51
* Indonesian= 52
* Interlingua = 53
* Interlingue = 54
* Inuktitut = 55
* Inupiak = 56
* Irish = 57
* Italian = 58
* Japanese = 59
* Javanese = 60
* Kannada = 61
* Kashmiri = 62
* Kazakh = 63
* Kinyarwanda = 64
* Kirghiz = 65
* Korean = 66
* Kurdish = 67&#x20;
* Kurundi = Rundi
* Laothian = 69&#x20;
* Latin = 70&#x20;
* Latvian = 71&#x20;
* Lingala = 72&#x20;
* Lithuanian = 73&#x20;
* Macedonian = 74&#x20;
* Malagasy = 75&#x20;
* Malay = 76&#x20;
* Malayalam = 77&#x20;
* Maltese = 78&#x20;
* Manx = 144&#x20;
* Maori = 79&#x20;
* Marathi = 80&#x20;
* Moldavian = 81&#x20;
* Mongolian = 82&#x20;
* NauruLanguage = 83&#x20;
* Nepali = 84&#x20;
* Norwegian = 85&#x20;
* NorwegianBokmal = Norwegian
* Nynorsk = 141 (Obsoleto, usar NorwegianNynorsk)
* NorwegianNynorsk = Nynorsk&#x20;
* Occitan = 86&#x20;
* Oriya = 87&#x20;
* Pashto = 88&#x20;
* Persian = 89&#x20;
* Polish = 90&#x20;
* Portuguese = 91&#x20;
* Punjabi = 92&#x20;
* Quechua = 93&#x20;
* RhaetoRomance = 94&#x20;
* Romanian = 95&#x20;
* Russian = 96&#x20;
* Samoan = 97&#x20;
* Sangho = 98&#x20;
* Sanskrit = 99&#x20;
* Serbian = 100&#x20;
* SerboCroatian = 101&#x20;
* Sesotho = 102&#x20;
* Setswana = 103&#x20;
* Shona = 104&#x20;
* Sindhi = 105&#x20;
* Singhalese = 106&#x20;
* Siswati = 107&#x20;
* Slovak = 108&#x20;
* Slovenian = 109&#x20;
* Somali = 110&#x20;
* Spanish = 111&#x20;
* Sundanese = 112&#x20;
* Swahili = 113&#x20;
* Swedish = 114&#x20;
* Tagalog = 115&#x20;
* Tajik = 116&#x20;
* Tamil = 117&#x20;
* Tatar = 118&#x20;
* Telugu = 119&#x20;
* Thai = 120&#x20;
* Tibetan = 121&#x20;
* Tigrinya = 122&#x20;
* TongaLanguage = 123&#x20;
* Tsonga = 124&#x20;
* Turkish = 125&#x20;
* Turkmen = 126&#x20;
* Twi = 127&#x20;
* Uigur = 128&#x20;
* Ukrainian = 129&#x20;
* Urdu = 130&#x20;
* Uzbek = 131&#x20;
* Vietnamese = 132&#x20;
* Volapuk = 133&#x20;
* Welsh = 134&#x20;
* Wolof = 135&#x20;
* Xhosa = 136&#x20;
* Yiddish = 137&#x20;
* Yoruba = 138&#x20;
* Zhuang = 139&#x20;
* Zulu = 140&#x20;
* Bosnian = 142&#x20;
* Divehi = 143&#x20;
* Manx = 144&#x20;
* Cornish = 145&#x20;
* Akan = 146&#x20;
* Konkani = 147&#x20;
* Ga = 148&#x20;
* Igbo = 149&#x20;
* Kamba = 150&#x20;
* Syriac = 151&#x20;
* Blin = 152&#x20;
* Geez = 153&#x20;
* Koro = 154&#x20;
* Sidamo = 155&#x20;
* Atsam = 156&#x20;
* Tigre = 157&#x20;
* Jju = 158&#x20;
* Friulian = 159&#x20;
* Venda = 160&#x20;
* Ewe = 161&#x20;
* Walamo = 162&#x20;
* Hawaiian = 163&#x20;
* Tyap = 164&#x20;
* Chewa = 165&#x20;
* Filipino = 166&#x20;
* SwissGerman = 167&#x20;
* SichuanYi = 168&#x20;
* Kpelle = 169&#x20;
* LowGerman = 170&#x20;
* SouthNdebele = 171&#x20;
* NorthernSotho = 172&#x20;
* NorthernSami = 173&#x20;
* Taroko = 174&#x20;
* Gusii = 175&#x20;
* Taita = 176&#x20;
* Fulah = 177&#x20;
* Kikuyu = 178&#x20;
* Samburu = 179&#x20;
* Sena = 180&#x20;
* NorthNdebele = 181&#x20;
* Rombo = 182&#x20;
* Tachelhit = 183&#x20;
* Kabyle = 184&#x20;
* Nyankole = 185&#x20;
* Bena = 186&#x20;
* Vunjo = 187&#x20;
* Bambara = 188&#x20;
* Embu = 189&#x20;
* Cherokee = 190&#x20;
* Morisyen = 191&#x20;
* Makonde = 192&#x20;
* Langi = 193&#x20;
* Ganda = 194&#x20;
* Bemba = 195&#x20;
* Kabuverdianu = 196&#x20;
* Meru = 197&#x20;
* Kalenjin = 198&#x20;
* Nama = 199&#x20;
* Machame = 200&#x20;
* Colognian = 201&#x20;
* Masai = 202&#x20;
* Soga = 203&#x20;
* Luyia = 204&#x20;
* Asu = 205&#x20;
* Teso = 206&#x20;
* Saho = 207&#x20;
* KoyraChiini = 208&#x20;
* Rwa = 209&#x20;
* Luo = 210&#x20;
* Chiga = 211&#x20;
* CentralMoroccoTamazight = 212&#x20;
* KoyraboroSenni = 213&#x20;
* Shambala = 214

## **Países**

* AnyCountry = 0&#x20;
* Afghanistan = 1&#x20;
* AlandIslands = 248&#x20;
* Albania = 2&#x20;
* Algeria = 3&#x20;
* AmericanSamoa = 4&#x20;
* Andorra = 5&#x20;
* Angola = 6&#x20;
* Anguilla = 7&#x20;
* Antarctica = 8&#x20;
* AntiguaAndBarbuda = 9&#x20;
* Argentina = 10&#x20;
* Armenia = 11&#x20;
* Aruba = 12&#x20;
* AscensionIsland = 247&#x20;
* Australia = 13&#x20;
* Austria = 14&#x20;
* Azerbaijan = 15&#x20;
* Bahamas = 16&#x20;
* Bahrain = 17&#x20;
* Bangladesh = 18&#x20;
* Barbados = 19&#x20;
* Belarus = 20&#x20;
* Belgium = 21&#x20;
* Belize = 22&#x20;
* Benin = 23&#x20;
* Bermuda = 24&#x20;
* Bhutan = 25&#x20;
* Bolivia = 26&#x20;
* Bonaire = 255&#x20;
* BosniaAndHerzegowina = 27&#x20;
* Botswana = 28&#x20;
* BouvetIsland = 29&#x20;
* Brazil = 30&#x20;
* BritishIndianOceanTerritory = 31&#x20;
* BritishVirginIslands = 233&#x20;
* Brunei = 32&#x20;
* Bulgaria = 33&#x20;
* BurkinaFaso = 34&#x20;
* Burundi = 35&#x20;
* Cambodia = 36&#x20;
* Cameroon = 37&#x20;
* Canada = 38&#x20;
* CanaryIslands = 238&#x20;
* CapeVerde = 39&#x20;
* CaymanIslands = 40&#x20;
* CentralAfricanRepublic = 41&#x20;
* CeutaAndMelilla = 250&#x20;
* Chad = 42&#x20;
* Chile = 43&#x20;
* China = 44&#x20;
* ChristmasIsland = 45&#x20;
* ClippertonIsland = 241&#x20;
* CocosIslands = 46&#x20;
* Colombia = 47&#x20;
* Comoros = 48&#x20;
* CongoBrazzaville = 50&#x20;
* çCongoKinshasa = 49&#x20;
* CookIslands = 51&#x20;
* CostaRica = 52&#x20;
* Croatia = 54&#x20;
* Cuba = 55&#x20;
* CuraSao = 152&#x20;
* Cyprus = 56&#x20;
* CzechRepublic = 57&#x20;
* DemocraticRepublicOfCongo = CongoKinshasa (Obsoleto, usar CongoKinshasa).&#x20;
* DemocraticRepublicOfKorea = NorthKorea (Obsoleto, usar NorthKorea).&#x20;
* Denmark = 58&#x20;
* DiegoGarcia = 249&#x20;
* Djibouti = 59&#x20;
* Dominica = 60&#x20;
* DominicanRepublic = 61&#x20;
* EastTimor = 62&#x20;
* Ecuador = 63&#x20;
* Egypt = 64&#x20;
* ElSalvador = 65&#x20;
* EquatorialGuinea = 66&#x20;
* Eritrea = 67&#x20;
* Estonia = 68&#x20;
* Ethiopia = 69&#x20;
* EuropeanUnion = 258&#x20;
* Europe = 261&#x20;
* FalklandIslands = 70&#x20;
* FaroeIslands = 71&#x20;
* Fiji = 72&#x20;
* Finland = 73&#x20;
* France = 74&#x20;
* FrenchGuiana = 76&#x20;
* FrenchPolynesia = 77&#x20;
* FrenchSouthernTerritories = 78&#x20;
* Gabon = 79&#x20;
* Gambia = 80&#x20;
* Georgia = 81&#x20;
* Germany = 82&#x20;
* Ghana = 83&#x20;
* Gibraltar = 84&#x20;
* Greece = 85&#x20;
* Greenland = 86&#x20;
* Grenada = 87&#x20;
* Guadeloupe = 88&#x20;
* Guam = 89&#x20;
* Guatemala = 90&#x20;
* Guernsey = 75&#x20;
* Guinea = 91&#x20;
* GuineaBissau = 92&#x20;
* Guyana = 93&#x20;
* Haiti = 94&#x20;
* HeardAndMcDonaldIslands = 95&#x20;
* Honduras = 96&#x20;
* HongKong = 97&#x20;
* Hungary = 98&#x20;
* Iceland = 99&#x20;
* India = 100&#x20;
* Indonesia = 101&#x20;
* Iran = 102&#x20;
* Iraq = 103&#x20;
* Ireland = 104&#x20;
* IsleOfMan = 251&#x20;
* Israel = 105&#x20;
* Italy = 106&#x20;
* IvoryCoast = 53&#x20;
* Jamaica = 107&#x20;
* Japan = 108&#x20;
* Jersey = 252&#x20;
* Jordan = 109&#x20;
* Kazakhstan = 110&#x20;
* Kenya = 111&#x20;
* Kiribati = 112&#x20;
* Kosovo = 257
* Kuwait = 115&#x20;
* Kyrgyzstan = 116&#x20;
* Laos = 117&#x20;
* LatinAmerica = 246&#x20;
* LatinAmericaAndTheCaribbean = LatinAmerica (Obsoleto, usar LatinAmerica).&#x20;
* Latvia = 118&#x20;
* Lebanon = 119&#x20;
* Lesotho = 120&#x20;
* Liberia = 121&#x20;
* Libya = 122&#x20;
* Liechtenstein = 123&#x20;
* Lithuania = 124&#x20;
* Luxembourg = 125&#x20;
* Macau = 126&#x20;
* Macedonia = 127&#x20;
* Madagascar = 128&#x20;
* Malawi = 129&#x20;
* Malaysia = 130&#x20;
* Maldives = 131&#x20;
* Mali = 132&#x20;
* Malta = 133&#x20;
* MarshallIslands = 134&#x20;
* Martinique = 135&#x20;
* Mauritania = 136&#x20;
* Mauritius = 137&#x20;
* Mayotte = 138&#x20;
* Mexico = 139&#x20;
* Micronesia = 140&#x20;
* Moldova = 141&#x20;
* Monaco = 142&#x20;
* Mongolia = 143&#x20;
* Montenegro = 242&#x20;
* Montserrat = 144&#x20;
* Morocco = 145&#x20;
* Mozambique = 146&#x20;
* Myanmar = 147&#x20;
* Namibia = 148&#x20;
* NauruCountry = 149&#x20;
* Nepal = 150&#x20;
* Netherlands = 151&#x20;
* NewCaledonia = 153&#x20;
* NewZealand = 154&#x20;
* Nicaragua = 155&#x20;
* Niger = 156&#x20;
* Nigeria = 157&#x20;
* Niue = 158&#x20;
* NorfolkIsland = 159&#x20;
* NorthernMarianaIslands = 160&#x20;
* NorthKorea = 113&#x20;
* Norway = 161&#x20;
* Oman = 162&#x20;
* OutlyingOceania = 259&#x20;
* Pakistan = 163&#x20;
* Palau = 164&#x20;
* PalestinianTerritories = 165&#x20;
* Panama = 166&#x20;
* PapuaNewGuinea = 167&#x20;
* Paraguay = 168&#x20;
* PeoplesRepublicOfCongo = CongoBrazzaville (Obsoleto, usar CongoBrazzaville).&#x20;
* Peru = 169&#x20;
* Philippines = 170&#x20;
* Pitcairn = 171&#x20;
* Poland = 172&#x20;
* Portugal = 173&#x20;
* PuertoRico = 174&#x20;
* Qatar = 175&#x20;
* RepublicOfKorea = SouthKorea (Obsoleto, uasr SouthKorea).&#x20;
* Reunion = 176&#x20;
* Romania = 177&#x20;
* RussianFederation = Russia (same as Russia).&#x20;
* Russia = 178 ( same as RussianFederation).&#x20;
* Rwanda = 179&#x20;
* SaintBarthelemy = 244&#x20;
* SaintHelena = 199&#x20;
* SaintKittsAndNevis = 180&#x20;
* SaintLucia = 181&#x20;
* SaintMartin = 245&#x20;
* SaintPierreAndMiquelon = 200&#x20;
* SaintVincentAndTheGrenadines = 182&#x20;
* Samoa = 183&#x20;
* SanMarino = 184&#x20;
* SaoTomeAndPrincipe = 185&#x20;
* SaudiArabia = 186&#x20;
* Senegal = 187&#x20;
* Serbia = 243&#x20;
* Seychelles = 188&#x20;
* SierraLeone = 189&#x20;
* Singapore = 190&#x20;
* SintMaarten = 256&#x20;
* Slovakia = 191&#x20;
* Slovenia = 192&#x20;
* SolomonIslands = 193&#x20;
* Somalia = 194&#x20;
* SouthAfrica = 195&#x20;
* SouthGeorgiaAndTheSouthSandwichIslands = 196&#x20;
* SouthKorea = 114&#x20;
* SouthSudan = 254&#x20;
* Spain = 197&#x20;
* SriLanka = 198&#x20;
* Sudan = 201&#x20;
* Suriname = 202&#x20;
* SvalbardAndJanMayenIslands = 203&#x20;
* Swaziland = 204&#x20;
* Sweden = 205&#x20;
* Switzerland = 206&#x20;
* Syria = 207&#x20;
* SyrianArabRepublic = Syria ( Obsoleto, usar Syria).
* Taiwan = 208&#x20;
* Tajikistan = 209&#x20;
* Tanzania = 210&#x20;
* Thailand = 211&#x20;
* Togo = 212&#x20;
* TokelauCountry = 213&#x20;
* Tokelau = TokelauCountry (Obsoleto, usar TokelauCountry).&#x20;
* Tonga = 214&#x20;
* TrinidadAndTobago = 215&#x20;
* TristanDaCunha = 253&#x20;
* Tunisia = 216&#x20;
* Turkey = 217&#x20;
* Turkmenistan = 218&#x20;
* TurksAndCaicosIslands = 219&#x20;
* TuvaluCountry = 220&#x20;
* Tuvalu = TuvaluCountry (Obsoleto, usar TuvaluCountry).&#x20;
* Uganda = 221&#x20;
* Ukraine = 222&#x20;
* UnitedArabEmirates = 223&#x20;
* UnitedKingdom = 224&#x20;
* UnitedStates = 225&#x20;
* UnitedStatesMinorOutlyingIslands = 226&#x20;
* UnitedStatesVirginIslands = 234&#x20;
* Uruguay = 227&#x20;
* Uzbekistan = 228&#x20;
* Vanuatu = 229&#x20;
* VaticanCityState = 230&#x20;
* Venezuela = 231&#x20;
* Vietnam = 232&#x20;
* WallisAndFutunaIslands = 235&#x20;
* WesternSahara = 236&#x20;
* World = 260&#x20;
* Yemen = 237&#x20;
* Zambia = 239 Zimbabwe = 240

## ColorMode

* ColorRgb = 0
* ColorSystem = 1
* ColorDefine = 2
