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,Position (External language)
In french: Table,Position
Sets the position on a given element or returns the element on the fist row of a Table control populated programmatically.
Example
// In C
CALLWD("Table,Position,NameTable,10");
// In Pascal
CALLWD('Table,Position,NameTable,10');
// In VB
call CALLWD("Table,Position,NameTable,10")
Syntax
Table,Position(<Table control> [, <Index>])
<Table control>: Control name
Name of the Table control to be used.
<Index>: Character string (optional)
Index of the element in the Table control.
Remarks
  • Table,Position cannot be used with Table control based on a data file.
  • If the index is not specified, WdInt contains the index of the first row displayed.
  • If the index is specified, the position of the corresponding element is set at the top of 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