ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
21. Managing business rules
Managing business rules...
18. Management of business rules
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
The Spreadsheet control
Spreadsheets are one of the most used office tools......
The "Window position preview" pane
The "Window position preview" pane is used to view and/or modify the opening position of the windows currently modified (according to the screen resolution used)......
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
The OLE control
The OLE control is used to handle an OLE object......
ERR_NO_DLLEXE
History of versions (network setup)
The setup wizard allows you to configure the history of versions during a network setup....
Standard FTP functions
List of standard FTP functions...
YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
LatestDateCovered (Property)
The LatestDateCovered property is used to get the date of the last selected record. This property can be used on: a sfSeekUpdatedResult variable. a sfSeekDeletedResult variable]....
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
<Array>.DeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
EmulateWarning (Function)
Emulates the next call to Warning and automatically clicks the "OK&quot button.
EmulateError (Function)
Emulates the next call to Error and automatically clicks the "OK&quot button.
EmulateInfo (Function)
Emulates the next call to Info and automatically clicks the "OK&quot button.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.