ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
GglGetLicense (Function)
Returns the text of license for using the Google libraries.
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
Time (Type of variable)
The Time type is used to easily handle the times...
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
TelemetryEnable (Function)
Enables the telemetry manually.
BrowserSlice (Function)
Returns the number of the slice displayed in a page in Responsive Web Design mode.
MySelf (Reserved word)
MySelf is used to handle the current control...
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
Color constants
The color constants are mainly used in the chart functions, the print functions and the drawing functions......
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
FTPCommand (Function)
Sends a specific FTP command to a server.
ErrorOccurred (Variable)
ErrorOccurred is a preset variable of WLanguage indicating the result of the last WLanguage function used.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
Multiline strings
To type character strings over several lines in the code editor...
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
Events associated with a Multimedia control
List of events associated with a Multimedia control...
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
picLayer (Type of variable)
The picLayer type is used to define all the advanced characteristics of a layer of an image loaded in a WDPic variable.
The Edit control
The Edit control allows users to enter data......