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,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.
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