ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

14. Report templates
...Report templates are used to easily standardize report layouts....
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
WinSize (Function)
WinSize: returns or modifies the window display mode (maximized, minimized or normal), modifies the window height and/or width, moves the window and modifies a window's height and/or width....
WDScript: use in command-line and console mode
DisplayOrphan (Property)
The DisplayOrphan property is used to: Determine whether a row or column in a Pivot Table control is displayed when it has no parent. Change the display mode of a row or column in a Pivot Table control when it has no parent....
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
Execution platform
WINDEV Mobile allows you to develop applications for different families of products......
HTMLUnwrapAllChildren (Function)
Deletes the specified node in an HTML document without deleting its children, which take its place.
<htmlNode variable>.ChercheElémentParID (Function)
Searches for the element whose "ID" attribute matches a specific value in an HTML node.
<htmlNode variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML node.
<htmlNode variable>.UnwrapAllChildren (Function)
Deletes the specified node in an HTML document without deleting its children, which take its place.
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
5. HFSQL Client/Server
A WINDEV Mobile application can also use an HFSQL database in Client/Server mode....
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
The different types of windows
The following types of windows can be created in a WINDEV application......
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
Operations performed on deployment diagrams
The following paragraphs explain......
Python: Use in WLanguage
WLanguage supports Python functions in native mode......
Creating a Responsive Web Design page
Websites can be viewed on several platforms......
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
5. HFSQL Client/Server