AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / Gestión de lenguajes externos / Funciones Objeto
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.
Versión mínima requerida
  • Versión 14
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