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
Table,Count (External language)
In french: Table,Occurrence
Returns the number of elements in a Table control.
Example
// In C
CALLWD("Table,Count,ProdTable");
// In Pascal
CALLWD('Table,Count,ProdTable');
// In VB
call CALLWD("Table,Count,ProdTable")
Syntax
Table,Count(<Table control>)
<Table control>: Control name
Name of the Table control to be used.
Remarks
  • In the case of a Table control populated programmatically, WdInt contains the number of elements in the Table control.
  • In the case of a Table control based on a data file, WdInt contains the number of elements displayed in the Table control.
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help