ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NoteCreate (Function)
Creates a Repositionable Note control in the curernt window through programming.
TableStartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
LooperStartFilling (Function)
Starts the process to populate a Looper control programmatically.
LooperEndFilling (Function)
Ends the process to populate a Looper control programmatically.
MapGetImage (Function)
Retrieves the image of a map displayed in a Map control. The markers and the itineraries displayed on this map will also be found in the image.
DocSave (Function)
Saves a document as a "docx" file.
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 Processing document. found in a paragraph of a Word Processing control....
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.
TableFormulaDeleteAll (Function)
Deletes all formulas added with TableFormulaAdd.
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 by NoteSaveAll.
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 in a Combo Box control) with an animation.
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 in an HFSQL server.
MongoCreate (Function)
Creates a connection to a MongoDB server or cluster.