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
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> [, <Subscript>])
<Control name>: Character string
Name of the control to retrieve.
<Subscript>: Character string (optional)
Subscript for a subscripted control.
Remarks
Get is equivalent to Screen,Get.
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 04/06/2023

Send a report | Local help