ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Constants for managing contact functions
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
EmailReadNext (Example)
Usage example of the EmailReadNext function
fFileName (Function)
Returns the name of an external file that is currently opened.
HListProvider (Function)
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer....
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. An animation can be set on the controls during this operation.
ControlGrayed (Function)
Grays a control or a group of controls. An animation can be set on the controls during this operation.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fClose (Function)
Closes an external file.
ExceptionInfo (Function)
Retrieves information about the current exception.
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
Objective C: Calling a WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in Objective C......
Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
HFreeQuery (Function)
Releases query resources (following use of HExecuteQuery or HExecuteSQLQuery functions).
Manipulating the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
SOCKS5 protocol
SOCKS5 is a simple network protocol intended to standardize the use of proxies for applications......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....