ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
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.
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Local procedure
Two types of procedures are available...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
Typecasting of parameters
The description of the parameter type is optional...
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...
diffApply (Function)
Applies a difference buffer to a specific buffer.
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array...
GestureCurrentPointer (Function)
Returns the pointer index (finger or stylus) that triggered the call to a process specific...
TableRefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
Complete (Function)
Returns a character string of a specified length.
WindowsVersion (Function)
Returns the runtime mode of Windows.
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search...
BrowserName (Function)
Returns the name of the browser of the Web user ("user agent").
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
tapiCompleteTransfer (Function)
Performs a call transfer (with ability to retrieve the call).
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
UPNPModifyBrightness (Function)
Modifies the brightness of a UPnP device.
DashCount (Function)
Returns the number of widgets found in a Dashboard control.
fLongName (Function)
Returns the long name of a file or directory.
GeometrySerializeWKT (Function)
Serializes a geometry using the Well-Known Text (WKT) format.
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest...
fBuildRelativePath (Function)
Returns the path to a file relative to a reference directory.
fListDisk (Function)
Returns the list of disks installed on the computer.
dCircle (Function)
Draws a circle or an ellipse: in an Image control, in an Image variable, in a WDPic...
TreeGiveChild (Function)
Returns the "children" of an element found in a TreeView control.
TwoFactorAuthenticationCheckCode (Function)
Verifies the code given by an authentication application.
SocketConnectInfrared (Function)
Connects a client computer to a given socket via the infrared port.
ExecuteDelayedProcedure (Function)
Runs a delayed procedure (in the WEBDEV Application Server).