ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific menu ("SCM" from the main menu of the product used)......
Creating requirements
The following steps must be performed to implement the requirements......
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
ReplicSynchro: Overview
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
ReplicSynchro: Use
ReplicAdmin: Overview
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
<Window>.FromFile (Function)
Automatically updates the controls in a window or 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. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
Errors during an FTP installation
The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)......
Creating an executable: Language of the executable
When creating the executable, you have the ability to choose the languages that will be included in the executable......
xxWDGetReturnValue
Used to retrieve the return value further to a call to nWDEvaluate, nWDExecute or nWDExecuteEx......
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
Diagram functions (prefix syntax)
Diagram functions (prefix syntax)...
<Source>.ToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
Creating a Pivot Table control
To create a Pivot Table control......
Information 2101: 'Short int' does not exist anymore: use 'unsigned 1-byte int'
Status bar of windows
The status bar of a window is used to display several types of information......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
InfoBuild (Function)
Displays a custom message in a system information window.