ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Managing external languages / Object functions
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
List,Count (External language)
In french: Liste,Occurrence
Returns the number of elements found in a list.
Example
// In C
CALLWD('List,Count,ProdList');
NbElem=WDInt;
// In Pascal
CALLWD('List,Count,ProdList');
NbElem:=WDInt;
// In VB
call CALLWD("List,Count,ProdList")
NbElem=WDInt
Syntax
List,Count(<List name>)
<List name>: Character string
Name of List Box control to use.
Remarks
WdInt contains the number of elements found in the list.
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help