Somente os list box do tipo array podem ser hierárquicos.
Only list boxes of the array type can be hierarchical.
e declaramos que será de tipo array
Uma vez que o Geocoder pode devolver um ou mais resultados então a variável results é do tipo array.
Since the geocoder may return one or more results, the variable results is of type array.
A partir do arquivo MyFile.exe já compilado, esta ferramenta gera um arquivo de header que cria uma variável do tipo array de caracteres com o corpo do arquivo passado como linha de comando.
Using the archive MyFile.exe, which must already be compiled, this tool generates a header file that creates a variable of the type array of characters contained into its body, where the file passed as a command line.
O método unshift insere os valores fornecidos no início de um objeto do tipo array.
The unshift method inserts the given values to the beginning of an array-like object.
Os argumentos de uma função são mantidos em um objeto do tipo array.
Using the arguments object The arguments of a function are maintained in an array-like object.
Você poderia ler a primeira linha de código como "Declaramos uma variável chamada array1 do tipo Array que só pode conter objetos do tipo String".
You could read the first line of code as: "We declare a variable named array1 of type Array that can only contain String objects."
Note que nós manualmente guardamos o total de itens do array, por que quando trabalhamos com CollectionType ao invés do regular tipo Array, a propriedade count é um tipo de valor Self.Index.Distance ao invés de um Int.
Note that we manually keep a count of the items in the array, because when working with CollectionType rather than regular Array type items, the count property is a Self.Index.Distance type value rather than an Int.
Esta propriedade está disponível automaticamente para qualquer atributo do tipo array e retorna o tamanho do array, ou seja, o número de elementos que o array contém.
This property is available automatically for all array type attributes and returns the size of the array, i.e. the number of elements it contains.
Quando o modo hierárquico estiver ativo (list boxes de tipo array unicamente), esta opção sempre é pelo menos 1.
When the hierarchical mode is active (array type list boxes only), this option is always at least 1.
Se passar uma propriedade que não está disponível para a list box ou coluna especificada, por exemplo, pode passar a propriedade lk font color expression com um list box de tipo array
If you pass a property that is not available for the specified list box or column, e.g. you pass the lk font color expression property with an array type list box
Nota: não é possível combinar em um mesmo list box colunas de tipo array (fonte de dados array) e colunas de tipo campo ou variável (fonte de dados seleção).
Note: It is not possible to combine columns of the array type (array data source) and those of the field or variable type (selection data source) in the same list box.
É possível por diretamente o resultado de uma petição SQL em um list box de tipo array.
It is possible to place the results of an SQL query directly in an array type list box.