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...
DocFind (Function)
Finds a character string: in an entire Word Processing document. in a fragment....
DocToText (Function)
Creates a character string from the data: found in a Word Processing control or in a Word...
iPrintDoc (Function)
Prints a document in "docx" format.
DocSelect (Function)
Selects a fragment in a Word Processing control.
DocToHTML (Function)
Converts a Word Processing document into an HTML file.
NoteCreate (Function)
Creates a Repositionable Note control in the curernt window through programming.
NoteSaveAll (Function)
Saves the repositionable notes of the current window in a file.
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand...
OrganizerSelectedRange (Function)
Returns the start or end date and time of the time slot selected in an Organizer control.
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed...
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
SchedulerWorkingHourResource (Function)
Used to indicate the specific working hours per day and per resource in a Scheduler control.
SchedulerWorkingHour (Function)
Used to indicate the specific working hours per day in a Scheduler control.
SpreadsheetDeleteRow (Function)
Deletes a row from a Spreadsheet control.
SpreadsheetDeleteColumn (Function)
Deletes a column from a Spreadsheet control.
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found...
MongoCreate (Function)
Creates a connection to a MongoDB server or cluster.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
hbListTable (Function)
Retrieves the list of tables found on an HBase server.
hbGetTableDescription (Function)
Retrieves the description of an HBase table.
iPrintSignature (Function)
Prints an image of the signature in a rectangular area.
hbCreateTable (Function)
Creates an HBase table or modifies the description of an HBase table.
hbRead (Function)
Reads cells (values of items) of a row (record) in an HBase table.
hbWrite (Function)
Writes cells (values of items) to one or more rows (records) in an HBase table.