ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dbgEnableLog (Function)
Enables the runtime log programmatically.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
MemCreate (Function)
Creates a memory area.
Handling Mobile Image Editor controls programmatically
WINDEV Mobile allows you to programmatically handle Mobile Image Editor controls......
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
sfSeekUpdatedResult (Type of variable)
The sfSeekUpdatedResult type is used to find out the result of SFSeekModified...
htmlAttribute (Type of variable)
The htmlAttribute type is used to define all the advanced characteristics of an attribute of an element in an HTML document.
diagConnector (Type of variable)
The diagConnector type is used to define all the advanced characteristics of a connector in a diagram.
Syntax Description (Type of variable)
Syntax Description variables are used to programmatically describe the syntax of a report, window or page.
HErrorDuplicates (Example)
Usage example of the HErrorDuplicates function
How to backup HFSQL Client/Server databases?
The backup of the HFSQL Client/Server databases can be performed......
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
sfDisconnectResult (Type of variable)
The sfDisconnectResult type is used to get the status report of SFDisconnect when disconnecting from a session...
gglNotification (Type of variable)
The gglNotification type is used to define information about event notifications in a calendar.
Archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ))
List of archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ))...
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
HReadLast (Example)
Usage example of the HReadLast function