ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
OpenSSLCheck (Function)
Checks, via a public key, that the signature of data performed with the OpenSSL library is correct.
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
WDMSG license agreement
WDMSG license agreement...
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
Window controls
Several types of controls can be used in a window, ......
NbItem (Property)
The NbItem property is used to get the total number of items (including composite keys) in a record of: a file described in the data model editor, a file described programmatically, an HFSQL view, a query....
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
NbMemoItem (Property)
The NbMemoItem property is used to get the total number of memo items in a record of: a file described in the data model editor, a file described programmatically, an HFSQL view, a query....
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....
State (Property)
The State property gets and sets the state of an element.
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
NbKeyItem (Property)
The NbKeyItem property is used to get the total number of key items (including composite keys) in a record of: a file described in the data model editor, a file described programmatically, an HFSQL view, a query....
MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting provider......
HForward (Example)
Usage example of the HForward function
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
GeometryWithin (Function)
Determines whether geometry A is completely within geometry B (i.e., geometry B completely contains geometry A).
Changing the window content with a swipe gesture
The mobile devices propose several features available via finger movements......