ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDMap: Printing records
WDMAP allows you to print the records found in a data file......
iFont (Function)
Selects the default font.
iDidotFont (Function)
Selects the unit that will be used for the height of the fonts (created by iCreateFont): DIDOT point or PICA point.
XMLPath (Function)
Returns the current position in the document in XPATH format.
XMLRoot (Function)
Positions on the root tag of an XML document.
XMLFind (Function)
Performs a search in an XML document.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
XMLSavePosition (Function)
Stores the current position in the XML document.
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......
XMLModify (Function)
Modifies the content of the current element found in the XML document.
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
DiagramToSVG (Function)
Exports a diagram to an SVG image.
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
<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)......
DisplayFormat (Property)
The DisplayFormat property gets and sets the expected display format for a given text: plain text, RTF or Markdown.
<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.