ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Queue, stack, list and array functions / Queue, stack and list functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Retrieves the characteristics of a WLanguage list: element types and number of elements.
Example
// Liste dont les éléments sont des instances de MaClasse
MaListe is List of MaClasse
// Récupère la définition du type des éléments
MaDéfinition is Definition 
MaDéfinition = ListInfo(MaListe, 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.
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: wd300vm.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help