ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Global procedure/function
A global procedure can be used in all the processes or events of the project.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Procedure/Function
A procedure is used to associate an identifier with a statement block...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure.
Passing parameters
The parameters can be passed to a procedure...
Typecasting of parameters
The description of the parameter type is optional...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
WinEdActive (Function)
Used to: determine if the "Allow end users to modify the UI" option is enabled in a window...
ToolTipMargin (Function)
Modifies the margin of the text in the tooltips.
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
WinEdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
WinEdLoad (Function)
Loads the changes made by the end user in a window.
FBSessionStatus (Function)
Checks the status of a Facebook session.
BrowserMobile (Function)
Allows you to find out whether the browser used by the Web user is started on a mobile device.
BrowserOS (Function)
Indicates the operating system installed on the browser of the Web user.
iCurrentFile (Function)
Returns the name of the file currently generated.
gImageExists (Function)
Checks whether an image was loaded in memory.
hdfsOpenConnection (Function)
Opens a connection to a Hadoop server.
hdfsCloseConnection (Function)
Closes a connection to a Hadoop server.
WinEdRestore (Function)
Undoes all the changes made by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow...
WinEdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end...
WinEdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify...
WinEdDeselectAll (Function)
Deselects all the controls when the interface is modified by the end user ("Allow end users...
WinEdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify...
TextEllipsis (Function)
Returns the text with ellipsis displayed in an Edit, Combo Box or Static control.
SysNation (Function)
Returns the nation currently used by the system.
BTLEListDevice (Function)
Returns the list of accessible Bluetooth Low Energy devices.
BTLEDisconnect (Function)
Used to disconnect from a Bluetooth Low Energy device.
BTLEConnect (Function)
Used to connect to a Bluetooth Low Energy device.
BTLEStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified...
TableEnumBreak (Function)
Enumerates the breaks found in a Table control.