ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

12. Pages in practice
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
SOAPGetResult (Function)
Returns the result of the last SOAP procedure that was successfully run.
SocketCreateInfrared (Function)
Creates a socket that uses the infrared port.
iEndReport (Function)
Forces the report print to stop.
SQLTransaction (Example)
Usage example of the SQLTransaction function
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
Image Editor control properties (WEBDEV)
You can manipulate Image Editor controls in a page using the following WLanguage properties......
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.
ModbusWriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
Title (Property)
The Title property is used to get and change the title of an element.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
dVerticalSymmetry (Function)
Flips an image with respect to a vertical axis (symmetry with respect to a vertical axis).
dHorizontalSymmetry (Function)
Flips an image with respect to a horizontal axis (symmetry with respect to a horizontal axis).
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
sInEntryQueue (Function)
Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared port.
Manipulating days in a Calendar control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate the following elements......
Manipulating a Layout control programmatically
A Layout control can be......