ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Copying and cloning
Variables are copied using the "=" operator...
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text,...
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color...
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
NetIPAddress (Function)
Returns the IP (Internet Protocol) address of a computer.
Handling Mobile Image Editor controls programmatically
WINDEV Mobile allows you to programmatically handle Mobile Image Editor controls......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account...
Handling an internal component
An internal component is a set of elements from a project......
Android: Conditions for using the Map control
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control...
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set...
Find out the account that runs the AWP protocol
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order...
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize...
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues...
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given...
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP...
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic...
sfError (Type of variable)
The sfError type is used to find out the characteristics of an error returned by Salesforce...
FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow...