ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
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.
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
Data persistence
The data persistence is used to store the value typed by the user......
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
FramesetRefresh (Function)
Refreshes a frameset displayed in the user's browser from the context on the server....
Organization chart linked to a data file
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
Space (External language)
Fills the content of WdString with space characters on the right.
FontMinSize (Property)
The FontMinSize property is used to get and change the minimum size of the font used in a Static control with the "Reduce font" option.
PC SOFT's Assistance Directe ® service
Your application may be strategic and you may want to have a priority access to the Technical Support......
3. Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
Do not show a message again
The environment of WINDEV, WEBDEV and WINDEV Mobile often displays warning windows......
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
HModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
HAddUser (Function)
Adds a user to a database.
HAddGroup (Function)
Adds a group of users.
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
<Connection variable>.AddGroup (Function)
Adds a group of users.