ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an executable: Manifest management
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)...
FAQ about Windows Vista and later
This help page presents a list of problems that may occur when using Windows Vista and later...
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism.
Points to consider if your customers use Windows Vista (and later)
Windows Vista (and later) proposes several improvements...
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism...
IF statement
The conditional IF statement allows you to run an action according to a condition...
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
InstantMessaging (Type of variable)
The InstantMessaging type is used to define the advanced characteristics of the instant messaging of a contact (Google Talk, Skype, MSN, etc.).
WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
dPoint (Function)
Draws a point: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
iParameterPDF (Function)
Defines the options for the generated PDF file.
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:...
Global and local variable
Two types of variables are available......
ServiceRestart (Function)
Restarts a service (already started).
BTLEStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified when the activation status changes.
SQLFirst (Example)
Usage example of the SQLFirst function
HChangeKey (Example)
Usage example of the HChangeKey function
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
dbgInfo (Function)
Returns a debug information.
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
Structure (Type of variable)
A structure is a custom type of data...