ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project......
12. Synchronizing data
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
<Page>.FromFile (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
Typing multilingual texts
For a multilingual application, you have the ability to......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
WDMap: Reindexing an HFSQL data file
WDMap is used to find out whether an HFSQL data file must be reindexed and reindex an HFSQL data file......
Binding a Combo Box control to an item
WDInst: advanced options for the network setup
The advanced options of the network setup are used to......
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......