ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SNMPGetNext (Function)
Reads the value found after the last value retrieved for an SNMP agent.
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
EmailReadNext (Example)
Usage example of the EmailReadNext function
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
iEndReport (Function)
Forces the report print to stop.
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
fSelect (Example)
Usage example of the fSelect function
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
SystemIntegerToInteger (Function)
Converts a system integer to a 4-byte integer.
ModbusDisconnect (Function)
Closes the Modbus session.
FaxDelete (Function)
Deletes a fax from the spooler and cancels it.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
PVTLoad (Function)
Loads the result of the calculation performed in a Pivot Table control from a backup (file found on disk or backup in a buffer).
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
VariableReset (Function)
Resets the variable to its initial value.
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.
Opacity (Property)
The Opacity property is used to get and change the opacity of an element.
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
zipFileSize (Example)
Usage example of the zipFileSize function