ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
FBStopSession (Function)
Stops the Facebook session that was started by FBStartSession.
HTTPCookieGet (Function)
Retrieves the cookies read by a call: to HTTPRequest for an HTTP domain. to HTTPSend for an HTTP domain....
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
LooperSelectMinus (Function)
Deselects a row in a Looper control.
HDescribeItem (Function)
Describes a file item through programming.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
ThreadMode (Function)
Changes the management mode of threads.
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
LooperSelectPlus (Function)
Selects a row in a Looper control.
SysDir (Function)
Returns the path of a system directory.
Collapsed (Property)
The Collapsed property is used to: get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control. find out or modify the collapsed/expanded status for: the breaks of a Table control, the breaks of a Looper control, the break headers and footers of Table and Looper controls, a Drawer control, a Ribbon control, a Navigation Bar control. a Pivot Table control in a report....
NextTitle (Function)
Modifies the title of next window to open.
Types of Edit controls
gpwFindUser (Function)
Retrieves the characteristics of a user of the user groupware.
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...