ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants used by the Factory functions
The following constants are used by the functions for managing the software factory:...
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties......
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
Testing a WEBDEV site on a mobile device
It is increasingly common for developers to test websites on mobile devices......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run......
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
FramesetRefresh (Function)
Refreshes a frameset displayed in the user's browser from the context on the server....
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
<ANSI String type>.Contains (Function)
Allows you to check if a substring is within a string.
Creating nested reports
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
Contains (Function)
Allows you to check if a substring is within a string.
2. WEBDEV administrator in practice
Configuring a BaaS server (User Groupware and Private Store)
Several features in WINDEV, WEBDEV and WINDEV Mobile use a BaaS server......
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
WEBDEV concepts
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
String functions (prefix syntax)
The following functions are used to handle strings, using prefix syntax:
Specific features of the Express version
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.