ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PDFReaderGoToBookmark (Function)
Sets the position directly on the desired bookmark in the PDF document.
HExportJSONString (Function)
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string.
HRSRenameServer (Function)
Changes the DNS name of the replication server if it has a new name.
KanbanAddList (Function)
Adds a new list to a Kanban control.
KanbanAddCard (Function)
Adds a card to a list in a Kanban control.
KanbanDeleteCard (Function)
Deletes a card from a Kanban control or from a Kanban List control.
KanbanDeleteAllCard (Function)
Deletes all cards from a Kanban control or Kanban List control.
KanbanMoveCard (Function)
Moves a card in a Kanban control.
ModbusSendRawFrame (Function)
Sends a raw frame to a Modbus slave. This enables communication with devices that do not strictly comply with the Modbus standard.
JSONValid (Function)
Checks the validity of a JSON string.
MarkdownToDOCX (Function)
Converts a Markdown string to a DOCX file.
MongoExecuteOperations (Function)
Performs MongoDB write operations in bulk. This allows you to avoid network latency issues you would encounter if you performed the operations individually.
DiagramInfoXY (Function)
Indicates the presence of a shape at a given position in the Diagram Editor control.
SpreadsheetUnmergeCell (Function)
Unmerges the specified or selected cell in a Spreadsheet control.
KanbanInfoXY (Function)
For a given position (coordinates of a point) in a Kanban control, returns one of the following: the number of the card at that position, the number of the list at that position...
fChangeExtension (Function)
Changes the extension of a file on disk.
KanbanDeleteList (Function)
Deletes a list from a Kanban control.
KanbanCount (Function)
Returns the number of cards or lists in a Kanban control.
KanbanPositionList (Function)
Allows you to scroll through a list of a Kanban control to display a specific card.
dClear (Function)
Clears the content of an Image variable or Image control and fills it with the specified color.
KanbanInsertCard (Function)
Inserts a card in a Kanban list.
KanbanListIndex (Function)
Returns the index of a list in a Kanban control.
WBAdminListConnection (Function)
Returns the list of current connections on a WEBDEV Application Server.
WBAdminDisconnect (Function)
Deletes a connection from a WEBDEV Application Server.
iOSApplicationOpenURLProcedure (Function)
Allows you to specify the procedure to be called when the application needs to open a resource identified by a URL.