ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
WindowCount (Function)
Calculates the number of windows currently opened in the current application.
iDocumentCanceled (Function)
Used to find out whether the current print was canceled by the user.
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
Font (Type of variable)
A Font variable creates a font programmatically...
Composite variable
A composite variable contains different types of elements (members)...
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
HChangeName (Function)
Modifies the physical name of a data file.
MaskZipCode (Function)
Retrieves the zip code input mask adapted to a given country.
Calendar functions
List of Calendar functions...
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
SystemIntegerToInteger (Function)
Converts a system integer to a 4-byte integer.
LastDayOfYear (Function)
Returns the date of the last day of the year.
HTransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
DatePicker (Function)
Opens the system date picker.
CalendarPosition (Function)
Returns the month displayed in a Calendar control.
rssSave (Function)
Builds the RSS stream and saves the RSS stream in an XML file.
ServicePause (Function)
Pauses a service.
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
UseMode (Property)
The UseMode property is used to determine or change how the PDF Reader control reacts to mouse input. The mouse is used to select text in the document or to move within the document pages.