ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DisplayFormat (Property)
The DisplayFormat property gets and sets the expected display format for a given text: plain text, RTF or Markdown.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
XMLClose (Function)
Closes an XML document created by XMLDocument.
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
DiagramToSVG (Function)
Exports a diagram to an SVG image.
<Diagram variable>.StartModification (Function)
Indicates the start of a series of actions performed in a variable of type Diagram in a single event ("undo/redo")....
<Diagram editor>.StartModification (Function)
Indicates the start of a series of actions performed in a Diagram Editor control in a single event ("undo/redo")....
<Diagram variable>.EndModification (Function)
Indicates the end of a series of actions performed in a variable of type Diagram in a single event ("undo/redo")....
<Diagram editor>.EndModification (Function)
Indicates the end of a series of actions performed in a Diagram Editor control in a single event ("undo/redo")....
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
XMLSavePosition (Function)
Stores the current position in the XML document.
<Dockable panel>.Attach (Function)
Attaches or changes the attach position of a Dockable Panel control.
<Table>.ToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
<Table>.ToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
<Dockable panel>.Activate (Function)
Activates a panel when several panels are docked together.
<Panel>.Position (Function)
Retrieves the position of a Dockable Panel control.
<Panel>.Detach (Function)
Detaches a Dockable Panel control to transform it into a floating window.
<Diagram variable>.ToSVG (Function)
Exports a diagram to an SVG image.
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
iOutputInfo (Type of variable)
The iOutputInfo type is used to get the details of a report print or export job, or the details of a print job performed programmatically from the report viewer.
AssistedInput (Type of variable)
The AssistedInput type allows you to define all the advanced characteristics of an autocomplete suggestion.
HTMLToPDF (Function)
Converts an HTML string or buffer to a buffer containing a PDF document.
docAutoReplace (Type of variable)
The docAutoReplace type is used to define all the advanced characteristics of a string used to automatically replace another string as the user types in a Word Processing control .