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,Col (External language)
In french: Table,Colonne
Returns the current index of the column.
Example
// In C
CALLWD("Table, Col, TabName");
RowNum=WdInt;
// In Pascal
CALLWD('Table, Col, TabName');
RowNum=WdInt;
// In VB
call CALLWD("Table, Col, TabName")
RowNum=WdInt
Syntax
Table,Col(<Table name>)
<Table name>: Character string
Name of the table to use.
Remarks
WdInt contains the number of the current row.
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 04/06/2023

Send a report | Local help