ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Action Bar control functions
The following functions are used to manipulate Action Bar controls...
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window ...
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information...
Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
WDADMINEXE : Information about last available update
The "Setup" tab of WDADMINEXE contains information regarding the last available update of the application......
Events associated with an Image Editor control
WINDEV manages the following events by default (in order of appearance in the code editor)...
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
Anchored move on the main axes
To facilitate the positioning of controls, you have the ability to force their move according to the four main axes (0°, 45°, 90°, 135°)....
gpwMode (Function)
Returns the runtime mode of the User Groupware.
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
The "Analysis" pane
The "Analysis" pane lists......
Creating nested reports
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
gpwOpenConnection (Function)
Opens a connection to a specific Client/Server database to manage the files of user groupware in Client/Server mode....
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......
KeyGetIdentifier (Function)
Retrieves the identifier that was used to generate an initial key.
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
Functions for managing threads (prefix syntax)
List of functions for managing threads (prefix syntax)...
Thread management functions
List of functions for managing threads...
gpwOpenLDAPSession (Function)
Informs the User Groupware that the authentication of users will be done via an LDAP directory.
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Recycle code windows
By default, a single code window is opened per ......