ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary......
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
Procedure
The Procedure property can be used: on the hScheduledTask type, used to describe the scheduled tasks on an HFSQL Client/Server database. on the rssStream type, used to describe an RSS feed....
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....
KioskEnable (Function)
Switches the current Android application to kiosk mode.
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
WithInput (Property)
The WithInput property determines if a Combo Box control supports data input, and enables or disables this behavior.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
Sort (Function)
Sorts a WLanguage array.
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
beaconDetectionInfo (Type of variable)
The beaconDetectionInfo type is used to describe information relative to a Beacon detected with BeaconDetectPrecise.
fLock (Function)
Entirely or partially locks an external file.
HNext (Function)
Sets the position on the next data file record according to a browse item.
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
9. Sharing a project in practice
Sharing a project in practice...
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
WEBDEV administrator: Characteristics of current connections
The "Connections" tab gives various information about the current connections......
Events associated with Calendar controls
List of events associated with Calendar controls...
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.