ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

16. Application test in practice
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic location.
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
gglPath (Type of variable)
The gglPath type is used to define the characteristics of the route to drawn on a map...
The Static control
A Static control is a control used to display a static text......
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
Configuring Reports & Queries
Reports & Queries is used to......
URISelect (Function)
Opens a system window to select a resource from: from the device file system, from the Cloud (Google Drive, Microsoft OneDrive, etc.) or from one of the content managers installed on the device....
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
Sum (Function)
Calculates the sum of the array elements.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.