ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
HSetLog (Function)
Enables or disables log management on a file.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
WordCount (Function)
Returns the number of words in a string.
Power (Function)
Raise a number to a power.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
zipExtractFile (Example)
Usage example of the zipExtractFile function
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
grSunburstRootSection (Function)
Changes or specifies the path of the root in a Sunburst chart.
7. Dynamic site on specific configurations
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
EmailReadNext (Example)
Usage example of the EmailReadNext function
AssistedInputConfigure (Function)
Used to configure the filter and the opening of assisted input.
HTTP constants
List of constants used by the HTTP functions....
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
PageAddress (Function)
Used to find out the Internet address of a page.
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
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....