AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de colas, pilas, listas y arrays / Funciones de colas, pilas y listas
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
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
Example
// List whose elements are instances of MyClass
MyList is List of MyClass
// Retrieve the definition of the type of elements
MyDefinition is Definition
MyDefinition = ListInfo(MyList, tiElementDefinition)
Syntax
<Result> = ListInfo(<WLanguage list> , <Information>)
<Result>: Variant
Requested information.
<WLanguage list>: List
Name of the List variable to be used.
<Information>: Integer constant
Information to retrieve:
tiElementDefinition<Result> is a Definition variable and it contains the definition of the type of elements.
AndroidAndroid Widget Java This constant is not available.
tiElementType<Result> is an Integer variable and it contains the type of the elements found in the list. This result is compatible with TypeVar.
tiTotalNumber<Result> is an Integer variable and it contains the total number of elements in the list.
Component: wd290vm.dll
Versión mínima requerida
  • Versión 16
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local