ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Managing external languages / Object functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Table,Get (External language)
In french: Table,Récupère
Retrieves the value of a given element or the element selected in a table.
Example
// En C
APPELWD("Table,Recupere,TableProd");
strcpy(Valeur,WDChaine);
// En Pascal
APPELWD('Table,Recupere,TableProd');
Valeur:=WdChaine;
// En VB
call APPELWD("Table,Recupere,TableProd")
Valeur=WdChaine
Syntax
Table,Get(<Table name> [, <Subscript>])
<Table name>: Character string
Name of the table or column.
<Subscript>: Optional character string
Index of the element in the table.
  • If this parameter is not specified, Table,Recupere returns the value of the current element in the table.
  • If this parameter is specified, Table,Recupere returns the value of the element whose index is specified..
Remarks
The value of the retrieved element is contained in WdString. The element subscript is contained in WdInt.
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help