ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Reloading a document
To reload a document, ...
ShellExecute (Function)
Opens a document in its associated application.
XMLDocument (Function)
Creates a new XML document.
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
XMLRoot (Function)
Positions on the root tag of an XML document.
XMLClose (Function)
Closes an XML document created by XMLDocument.
<htmlNode variable>.Wrap (Function)
Wraps the specified node in a given node of an HTML document.
<htmlNode variable>.InsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
<htmlNode variable>.ModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
<htmlNode variable>.RemoveChild (Function)
Removes a given node in the current node of an HTML document.
PDFReaderGoToBookmark (Function)
Sets the position directly on the desired bookmark in the PDF document.
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
Hash functions
Hashing is used to summarize a file or a character string......
NotesModifyAttachment (Function)
Modifies a file attached to an item of the current document in Lotus Notes.
NotesExtractAttachment (Function)
Extracts a file attached to an item of the current document in Lotus Notes.
NotesDeleteAttachment (Function)
Deletes an attached file from an item of the current document in Lotus Notes.
NotesViewSeekLast (Function)
Seeks the last document found in the current view in Lotus Notes.
NotesViewSeekFirst (Function)
Seeks the first document found in the current view in Lotus Notes.
xlsRow (Type of variable)
The xlsRow type is used to describe and modify a row in an Excel document...
xlsColumn (Type of variable)
The xlsColumn type is used to describe and modify a column in an Excel document...
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
NotesDocumentIdentifier (Function)
Returns the identifier of the current document in the Lotus Notes database browsed.
NotesOut (Function)
Used to find out whether a current document exists in Lotus Notes.
NotesListItem (Function)
Returns the list of items for the current Notes document in Lotus Notes.
NotesItem (Function)
Returns the value of items for the current Notes document in Lotus Notes.
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
DocToImage (Function)
Exports a page found in a Word Processing document in image format.
docProperty (Type of variable)
The docProperty type is used to define the properties of a Word Processing document.
DocFind (Function)
Finds a character string: in an entire Word Processing document. in a fragment....
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
1
6
7
8
9
10
38
>