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,Select,? (External language)
In french: Table,Select,?
Returns the index of the selected element in a Table control.
Example
// In C
CALLWD("Table,Select,?,ProdTable");
strcpy(Subscript,WDInt);
// In Pascal
CALLWD('Table,Select,?,ProdTable');
Subscript:=WdInt;
// In VB
call CALLWD("Table,Select,?,ProdTable")
subscript=WdInt
Syntax
Table,Select,?(<Table control>)
<Table control>: Control name
Name of the Table control to be used.
Remarks
  • WdInt contains the subscript of the selected element.
  • For a Table control populated programmatically, the index is relative to the entire Table control.
  • For a Table control based on a data file, the index is relative to the elements displayed.
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 04/06/2023

Send a report | Local help