ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating a Responsive Web Design page
Websites can be viewed on several platforms......
The requested action cannot been performed: the page was not synchronized
Managing space characters in the searches?
2. Types of accessible files
Types of accessible files...
The Organizer control
The Organizer control is used to display and handle organizers......
3. Types of accessible files
Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes......
<htmlDocument variable>.FindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML document.
<htmlNode variable>.UnwrapAllChildren (Function)
Deletes the specified node in an HTML document without deleting its children, which take its place.
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.
<htmlNode variable>.InsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
<htmlNode variable>.InsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
<htmlNode variable>.Remove (Function)
Removes the specified node and its descendants in an HTML document.
<pdfDocument variable>.NbSignatures (Function)
Gets the number of signatures in a PDF document.
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Constant
The constants are language elements whose value is fixed once and for all...
How to create a patch?
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
Using the query result
The result of a select query can be used in......
<Document variable>.Save (Function)
Saves a document as a "docx" file.
<Connection variable>.AddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server data files....
<pdfDocument variable>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
<Source>.CancelDeclaration (Function)
Allows you to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......