ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CtDescribedOLEDBProvider (Property)
The CtDescribedOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
HCS.Timeout (Variable)
The HCS.Timeout variable is used to modify the connection timeout: for the connections established by HOpenConnection. for the automatic connection openings....
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
4. Activating a dynamic WEBDEV site
8. Windows in practice
Discover the main actions that can be performed on the windows....
The Captcha control
The "captcha" are the distorted texts that the Web user must decode and re-enter in a site before validating a form....
Task list
Each project can be associated with a task list......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
PageReadHeaderHTTP (Function)
Reads and returns one or more HTTP headers received by the current page (these headers are sent by the client to the server in the current request).
<Source>.PrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
The J2EE structure
The following structure is used to pass parameters to a procedure run on a server of J2EE XML Web services......
WEBDEV Application Server remote control functions
The following functions are used to manage users and connections on a WEBDEV Application Server:...
Publishing the replication from ReplicEdit
A replication description created with ReplicEdit can be published from this tool on a replication server......
XMLFindNamespaceByURI (Function)
Finds an XML namespace from its URI (Universal Resource Identifier) in a node and in the parents of this node.
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
HTMLWrap (Function)
Wraps the specified node in a given node of an HTML document.
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......