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.
ActionPlanExecute (Function)
Runs an instance of the action plan in the software factory.
SpreadsheetStyleSelection (Function)
Returns or modifies the style of selected cells in a Spreadsheet control found in a window.
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time...
SpreadsheetLoad (Function)
Loads a file in XLSX format in a Spreadsheet control found in a window.
SpreadsheetSave (Function)
Saves the content of a Spreadsheet control in a file in XLSX format.
SpreadsheetTypeAndMaskSelection (Function)
Returns or modifies the type and mask of selected cells in a Spreadsheet control.
mlEnd (Function)
Ends a MATLAB session. This session was initialized by mlInitialize.
mlExecute (Function)
Evaluates and runs a command on a MATLAB session.
mlGetVariable (Function)
Retrieves the value of a variable for the MATLAB session.
mlSetVariable (Function)
Writes the value of a variable for the MATLAB session.
mlDeleteVariable (Function)
Deletes a variable from the MATLAB session.
mlListVariable (Function)
Lists the variables found in the MATLAB session.
mlLoadWorkspace (Function)
Loads all the variables of a MATLAB file in the session.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
SysLinkExtension (Function)
Associates an extension (.txt, .avi, etc.) to a default execution program.
dBorder (Function)
Draws the borders.
SysGetExtLink (Function)
Returns the command linked to an extension.
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
fDirExist (Function)
Checks the existence of a directory.
TelemetryEnable (Function)
Enables the telemetry manually.
AttachPointAdd (Function)
Defines an attach point for one of the two extremities of a Wire control.
AttachPointDeleteAll (Function)
Deletes all the connection points for a control.
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users...
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).