ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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
Get (External language)
In french: Recupere
Retrieves the value of a control.
Example
// In C
CALLWD("Get,Name");
// In Pascal
CALLWD('Get,Name');
// In VB
call CALLWD("Get,Name")
Syntax
Get(<Control name> [, <Index>])
<Control name>: Character string
Name of the control to retrieve.
<Index>: Character string (optional)
Index of the control.
Remarks
Get is equivalent to Screen,Get.
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help