ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailReadNext (Example)
Usage example of the EmailReadNext function
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
Access (Property)
The Access property is used to manage the type of access of a connection (HFSQL Client/Server, OLE DB, etc.)....
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
LooperAddLine (Function)
Adds a row at the end of a Looper control.
SOAPRun (Function)
Runs a procedure on a SOAP server.
Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.
HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
HListItem (Example)
Usage example of the HListItem function
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
The single-part and multi-part archives
Two types of archives are available......
Structure (Type of variable)
A structure is a custom type of data...
Composite variable
A composite variable contains different types of elements (members)...
PageDisplay (Function)
Displays a web page in the user's browser....
grColor (Function)
Returns and initializes the color of different chart elements.
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
SQLExec (Example)
Usage example of the SQLExec function
fWriteLine (Example)
Usage example of the fWriteLine function
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
CameraCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....