ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MaskTitleTime (Property)
The MaskTitleTime property is used to get or change the mask used for the title of time columns: in an Organizer control. in a Scheduler control. in a TimeLine control....
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
fLock (Function)
Entirely or partially locks an external file.
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
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.
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...
docTableOfContents (Type of variable)
The docTableOfContents type is used to define all the options to generate a table of contents in a Word Processing document.
beaconDetectionInfo (Type of variable)
The beaconDetectionInfo type is used to describe information relative to a Beacon detected with BeaconDetectPrecise.
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary......
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......
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
Events associated with Calendar controls
List of events associated with Calendar controls...
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.
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
Printing in PDF format: Special cases
Specific features of print in PDF format...
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....