ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

8. 10 tips for better interfaces...
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: the caption of a Static control. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
Common project
Projects are often cross-platform......
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
WDOptimizer: Editing and modifying a ".REP" file
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
GDI+ framework
Some WINDEV features use the GDI+ framework......
LanguageToCharset (Function)
Returns the character set corresponding to a language.
Deploying in the cloud for PC SOFT applications
PC SOFT allows you to host your sites in the CLOUD for PC SOFT applications......
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]......
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
9. Overlaying controls
Error 204: using a parameter without optional value after parameters ...
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
LanguageToName (Function)
Returns the name of a language.
Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......