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
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.
Versión mínima requerida
  • Versión 14
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 06/04/2023

Señalar un error o enviar una sugerencia | Ayuda local