ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fChangeExtension (Function)
Changes the extension of a file on disk.
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.
PDFReaderGoToBookmark (Function)
Sets the position directly on the desired bookmark in the PDF document.
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...
KanbanAddList (Function)
Adds a new list to a Kanban control.
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.
InPageWithinWindowMode (Function)
Indicates if the page is displayed in a WEBDEV Page control in a window.
LooperAddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
LooperInsertIP (Function)
Inserts a row as an internal page into a Looper control populated programmatically.