ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ByReference (Property)
The ByReference property is used to determine if a procedure parameter was passed by reference.
Zoom (Property)
The Zoom property is used to determine and change the zoom applied to an element.
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
Default (Property)
The Default property determines if a parameter has been passed to a procedure with a custom or default value.
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
ScrollbarPosition (Function)
Used to manage the position of elevators: Modifies or recovers the position of one of the scrollbars (horizontal or vertical) of a field in a WINDEV or WINDEV Mobile application. Retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WEBDEV website....
GeometryCoveredBy (Function)
Determines if every point of geometry A lies inside or on the boundary of geometry B.
<Polygon2D variable>.Cover (Function)
Determines if geometry A (of type 2D polygon) covers geometry B.
Associated (Property)
The Associated property determines if an element belongs to the base class or to an associated class.
<Polygon2D variable>.Contain (Function)
Determines if geometry A (of type 2D polygon) contains geometry B.
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
Events associated with TreeView controls
List of events associated with TreeView controls...
Rating control events
WINDEV, WEBDEV and WINDEV Mobile manage the following event by default......
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
PasswordProtected (Property)
The PasswordProtected property is used to determine if a datafile is password-protected.
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
The Toolbar control
The Toolbar control is an advanced type of control, linked to a window......