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...
FTPListFile (Function)
Lists the directories or files in a directory located on an FTP server and returns the number...
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
HRSDeleteConfig (Function)
Deletes a replication between two HFSQL servers.
OrgAdd (Function)
Adds a new root element into an Organization Chart control.
MemcacheGet (Function)
Retrieves the values of keys stored on a Memcached server.
HInfoItemRights (Function)
Gets the rights granted to a user or group on an item.
MatMultiply (Function)
Multiplies two matrices.
TwainToControl (Function)
Allows: view the document coming from the Twain device in an Image control. view the document...
HClusterDeleteNode (Function)
Disables a node in an HFSQL cluster.
NotifPushSubscribe (Function)
Subscribes the current Android application to a topic.
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
SpreadsheetModifyName (Function)
Modifies the name used to identify a cell in a Spreadsheet control.
xlsNbRows (Function)
xlsNbRows is kept for backward compatibility only.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string...
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
OLECreateEmpty (Function)
Associates an OLE control with an OLE object by invoking a specific OLE server.
WinAnimationClosing (Function)
Modifies the type and duration of the animation used when closing the application windows.
CalendarSelectPlus (Function)
Selects a date in a Calendar control.
WinAdaptHeight (Function)
Adapts the window height to the content of controls.
SSHConnectShell (Function)
Starts a new SSH session of "Shell" type.
DecryptAsymmetricEnveloped (Function)
Performs the asymmetric encryption of an envelope that has been encrypted...
tapiGetNumber (Function)
Opens a window that allows sharing the user's phone number(s)....
DiagramLoad (Function)
Loads a diagram into a Diagram variable from a ".wddiag" file, a memo or a binary buffer.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).