ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SchedulerWorkingHour (Function)
Used to indicate the specific working hours per day in a Scheduler 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.
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 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.
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....
SpreadsheetDeleteRow (Function)
Deletes a row from a Spreadsheet control.
SpreadsheetDeleteColumn (Function)
Deletes a column from a Spreadsheet control.
MongoCreate (Function)
Creates a connection to a MongoDB server or cluster.
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.
hbDeleteTable (Function)
Deletes an HBase table.
hbDelete (Function)
Deletes: one or more cells from an HBase table for one or more columns. a row from an HBase table....
SpreadsheetGetMerge (Function)
Used to find out whether a cell is merged with other cells and to get the name of merged cells.