ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DocChangeZOrder (Function)
Changes the Z-order of an Image or Text Area element in a DocX document.
DocReplace (Function)
Finds all the instances of a character string and replaces them with another string: in an entire Word Processing document. in a fragment....
docElementImage (Type of variable)
The docElementImage type is used to handle the characteristics of an Image element found in a docElement variable.
docFormatMulticolumn (Type of variable)
The docFormatMulticolumn type is used to define all the advanced characteristics of a multicolumn section defined in a docSection variable.
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
<Document variable>.Close (Function)
Closes the docx file associated with the Document variable and frees the document.
DocOpen (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed....
DocClose (Function)
Closes a docx file and frees the document.
<Document variable>.InsertTable (Function)
Inserts a table in a Document variable.
SelectionLength (Property)
The SelectionLength property is used to get and change the length of the selection made in a Word Processing control.
docColumn (Type of variable)
The docColumn type is used to define the advanced characteristics of a table column found in a Word Processing document.
docRow (Type of variable)
The docRow type is used to define the advanced characteristics of a table row in a Word Processing document.
<hdfsConnection variable>.Delete (Function)
Deletes a file or directory from a Hadoop server.
<hdfsConnection variable>.CopyFrom (Function)
Copies a file found on a Hadoop server to the local computer.
<hdfsConnection variable>.CopyTo (Function)
Copies a file located on the local machine to a Hadoop server.
<hdfsConnection variable>.CloseConnection (Function)
Closes a connection to a Hadoop server.
<hdfsConnection variable>.OpenConnection (Function)
Opens a connection to a Hadoop server.
<hdfsConnection variable>.Rename (Function)
Renames a file or a directory found on a Hadoop server.
Cursor constants
List of constants used by the functions for managing cursors and the mouse...
HFSQL Client/Server functions (prefix syntax)
Several HFSQL functions are used to manage the HFSQL Client/Server data......
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
HFSQL Client/Server management functions
Several HFSQL functions are used to manage the HFSQL Client/Server data......
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......
DocInsertTable (Function)
Inserts a table into a Word Processing document.
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.