ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dashboard control functions
The list of functions for managing Dashboard controls is as follows......
dPen (Example)
Usage example of the dPen function
RESTSend (Function)
Sends a REST request and waits for the server response.
InfoBuild (Function)
Displays a custom message in a system information window.
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
Image (Keyword)
The Image keyword can correspond to: an Image variable. a property used to get and change the image of an element....
EmailReadNext (Example)
Usage example of the EmailReadNext function
MyReport (Reserved word)
MyReport is used to handle the current report...
Properties associated with the options of a Switch control
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
WinAdaptSize (Function)
Adapts the window size to the content of controls.
Num1stDayOfTheWeek (Property)
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in: a Calendar control. an Organizer control. a Scheduler control. an edit control in Date format with Calendar....
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
FramesetUse (Function)
Displays a WEBDEV frameset in the user's browser and closes all the current page and frameset contexts....
Multimedia functions
List of Multimedia functions...
HCloseConnection (Function)
Closes a connection to a database.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
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....
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
Attribute (Property)
The Attribute property is used to manage attributes.