ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

URL Rewriting
URL Rewriting is a technique used to improve SEO......
The RTF edit control: Automatic formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable......
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
Report based on a query
Queries are used to easily select records in one or more data files......
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
Handling an Upload control through programming
The Upload control is used to upload one or more files....
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
AlternativeText (Property)
The AlternativeTextproperty is used to get and edit the alternative text of controls in a page.
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
Events associated with a Web Component control
WEBDEV manages the following events by default (order of appearance in the code editor)...
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
InitialState (Property)
The InitialState property is used to get the initial state of a control.
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......