ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
Invalid input management functions
Invalid input management functions...
DocSave (Function)
Saves a document as a "docx" file.
ParentObject (Function)
Identifies the "parent" of a graphic object: control, column, window, page, ...
DocUpdateTableOfContents (Function)
Updates the table of the contents of a document.
WinCurrentLayout (Function)
Returns the index of the current layout: in the current window. in the specified window or internal window....
<Window>.CurrentLayout (Function)
Returns the index of the current layout in the window or internal window.
NetClientSendMessage (Function)
Sends a message from the server to all the connected client computers. This function is kept for backward compatibility....
NetClientMessageBox (Function)
Displays a dialog box on each client computer connected to the server. This function is kept for backward compatibility....
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
<Document variable>.Undo (Function)
Undoes the last action performed on a Document variable.
tapiListen (Function)
Starts the call detection (also called "call monitoring service").
<Document variable>.UndoRedoDeleteAll (Function)
Deletes the entire history of Undo/Redo mechanism for a Word Processing document....
<Document variable>.Insert (Function)
Inserts an object in a Document variable. The objects that can be used are: an element, a document, a paragraph, a text, an image, a fragment....
tapiStopCallDetection (Function)
Stops the specified call detection that was started by tapiListen.
DocUndoRedoDeleteAll (Function)
Deletes the entire history of Undo/Redo mechanism for a Word Processing document....
DocUndo (Function)
Undoes the last action performed on a Word Processing document.
<Document variable>.ToImage (Function)
Exports a page contained in a Document variable in image format.
Functions for managing menus (prefix syntax)
List of functions for managing menus...
StreamPlay (Function)
Resumes the reception or the emission of a data type in a stream.
StreamReject (Function)
Refuses a request for stream connection.
StreamStop (Function)
Stops receiving or broadcasting a type of data in a stream.
StreamAccept (Function)
Associates a stream connection request with a Conference control.
StreamConnect (Function)
Connects a stream (and the associated control) to a specific address.
Binding controls to data
A window or page can display information from......