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...
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, tables displayed in a Combo...
HLogRecreate (Function)
Used to recreate an empty log.
HStatTime (Function)
Returns the time of the last update for the index statistics.
LooperDelete (Function)
Deletes a row from a Looper control.
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored...
tapiCapability (Function)
Returns the characteristics of a telephony device.
MongoGridFSGetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
HListCustomFolder (Function)
Returns a list of defined Custom-Folders (also called groups): in the current database schema,...
WBAdminDeleteAccount (Function)
Deletes a WEBDEV account from a WEBDEV Application Server.
SocketConnect (Function)
Connects a client computer to a given socket.
CameraConfigure (Function)
Allows you to configure the video capture driver.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
HTMLEditorSearch (Function)
Searches for a string in an HTML Editor control.
TableItemStatus (Function)
Returns the state of a node in a TreeView Table control: rolled up, unrolled or non-existent.
BTLEInitialize (Function)
Initializes Bluetooth Low Energy (required in Windows and iOS only)
SQLChangeConnection (Function)
Modifies the current connection.
RibbonHighlightPane (Function)
Highlights a tab in a Ribbon control.
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client...
HInfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
EnumControl (Function)
Returns the name of Nth control found in the specified element.
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
HDeleteServerTrigger (Function)
Deletes a server trigger.
ModbusReadBit (Function)
Reads one or more bits from a Modbus slave, starting at a specific address.
DocGoIntoEdit (Function)
Enters Word Processing control in a specific part of the document: body, header or footer.
MDIWindowMenu (Function)
Modifies the layout of the MDI child windows.