ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
WINDEV License Agreement
WINDEV License Agreement...
HAddUser (Function)
Adds a user to a database.
FramesetRefresh (Function)
Refreshes a frameset displayed in the user's browser from the context on the server....
HAddGroup (Function)
Adds a group of users.
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
Miscellaneous WEBDEV functions
List of various WEBDEV functions...
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
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.
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
HAddScheduledBackup (Function)
Adds a scheduling for full backup (with or without differential backup) on the server defined by the connection.
Do not show a message again
The environment of WINDEV, WEBDEV and WINDEV Mobile often displays warning windows......
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
ScreenshotAllowed (Property)
The ScreenshotAllowed property is used to: Determine whether it is possible to take screenshots of a window, Allow or prevent taking screenshots of a window....
<Connection variable>.AddGroup (Function)
Adds a group of users.
HModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project......
fDirExist (Function)
Checks the existence of a directory.
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
<Connection variable>.AddUser (Function)
Adds a user to a database.
EmptyIfZero (Property)
The EmptyIfZero property is used to: Find out the management mode of zero value in a control. Modify the management mode of zero value in a control...
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......