ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTTP constants
List of constants used by the HTTP functions....
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.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
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.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
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....
MarkdownToDOCX (Function)
Converts a Markdown string to a DOCX file.
grSurfaceAddData (Function)
Adds a data into a Surface chart.
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).