ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Buttons within the input area of an Edit control
You can include different buttons in the input area of an Edit control......
SensorEnd (Function)
Indicates the end of the use of the sensor functions.
grAddTimeData (Function)
Adds data at a precise moment in a time chart.
LooperCount (Function)
Returns the number of rows in a Looper control.
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
The HTML control
The HTML control displays HTML pages or HTML code......
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a table. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control found in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
OAuth2Parameters (Variable type)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
Error 30: An exception process cannot be declared inside another exception process...
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
TreeListItem (Example)
Usage example of the TreeListItem function
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
EmailCheckAddress (Function)
Checks the validity of an email address.
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
HReadLast (Function)
Sets the position on the last record of a table according to a browse item.
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......