ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
EndPosition (Property)
Use in the docFragment class - Read + Write access - Type: Integer32
PageLayout (Property)
The PageLayout gets and sets the layout of the current diagram in the Diagram Editor control. The layout of the diagram is defined in a variable of type diagLayout.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
<zipArchive variable>.AddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
sysNotificationInput (Type of variable)
The sysNotificationInput type is used to define all the advanced features of an input control, such as a text input or combo box control, in an interactive notification.
Effect (Property)
Use in the GuidedVisitStage class - Access in get + Write - Type: Integer32
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
Combination (Type of variable)
A combination is a set of options.
Enumeration (Type of variable)
An enumeration is a set of values......
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
TileDeleteAll (Function)
Deletes all modifications made to the application tile.
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
The "Stock" charts
The Stock charts are used to represent the variations in the values of shares......
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism....
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Composite variable
A composite variable contains different types of elements (members)...