ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gpwFindUser (Function)
Retrieves the characteristics of a user of the user groupware.
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
CtDatabase (Property)
The CtDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
CtOLEDBProvider (Property)
The CtOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
ModbusWriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
BottomMargin (Property)
The BottomMargin property is used to: Find out the bottom margin of a report. Modify the bottom margin of a report....
RightMargin (Property)
The RightMargin property is used to: Find out the right margin of a report. Modify the right margin of a report....
Managing parallel tasks
The computers are becoming more and more powerful......
2. Analysis in practice
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
Image editor
WINDEV, WEBDEV and WINDEV Mobile include an image editor......
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
CDList (Function)
Returns the list of CD/DVD players installed on the current computer....
ModbusReadBit (Function)
Reads one or more bits from a Modbus slave, starting at a specific address.
ModbusReadRegister (Function)
Reads one or more registers from a Modbus slave, starting at a specific address.
iReportPrintingStatus (Function)
Returns the status of the current print.
ComponentLocate (Function)
Specifies the access path to an external component of project.
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
iEndReport (Function)
Forces the report print to stop.
mlInitialize (Function)
Initializes a new independent MATLAB session with an empty workspace in order to run functions.
CriticalSection (Function)
Enables a name or on-variable critical section in the statement USING ... IN.
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed on a local network. an HTTP setup used to update the reference setup on the local network....
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....