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.
Procedure/Function
A procedure is used to associate an identifier with a statement block...
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Calling a procedure/a function
Syntax for calling a local or global procedure.
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Local procedure
Two types of procedures are available...
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.
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.
Passing parameters
The parameters can be passed to a procedure...
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
ClipboardFormat (Function)
Identifies the format of information found in the clipboard.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
ToolTipColor (Function)
Modifies the colors used for displaying the tooltips.
ClipboardHeight (Function)
Calculates the height of an image (in bitmap format) found in the clipboard.
ShowToolTip (Function)
Enables or disables the mechanism for displaying the control tooltips.
ClipboardWidth (Function)
Calculates the width of an image (in bitmap format) found in the clipboard.
ScrollBarShow (Function)
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar...
ToClipboard (Function)
Writes text or image information into the system clipboard.
ActiveXEvent (Function)
Associates a procedure written in WLanguage with an event of ActiveX control.
ProjectInfo (Function)
Returns specific information about the project currently run.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
WindowCount (Function)
Calculates the number of windows currently opened in the current application.
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
EnumSubElement (Function)
Used to enumerate the sub-elements of a project element.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable...
EnumElement (Function)
Used to enumerate the project elements: windows, pages, reports, queries, ...
dVerticalSymmetry (Function)
Flips an image with respect to a vertical axis (symmetry with respect to a vertical axis).
RegistrySeek (Function)
Seeks a character string in the registry.
ExeListDLL (Function)
Returns the list of libraries (".DLL" files) used by one of the applications currently run.
dHorizontalSymmetry (Function)
Flips an image with respect to a horizontal axis (symmetry with respect to a horizontal axis).
RegistryNextKey (Function)
Identifies the key found after the specified key in the Windows registry.
ExeListProcess (Function)
Returns the list of applications currently run.