ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

New (Reserved word)
New is used to allocate memory space...
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
API (Function)
Runs a function found in an external DLL.
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
ErrorBuild (Function)
Displays a custom error message in a system error window.
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
Constants for the Exif functions
List of constants used by the Exif functions....
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
HDescribeConnection (Function)
Describes a new connection to an external database.
2. Projects in practice
Discover the main operations that can be performed on a project....
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
Project description: Options tab
The project description window allows you to configure various elements of your project......
7. Multilingual sites in practice
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
HNext (Function)
Sets the position on the next data file record according to a browse item.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Multiline strings
To type character strings over several lines in the code editor...