ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV 2024 Tutorial - Table of contents
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
Array management functions
List of functions for managing arrays...
NetOpenRemoteAccess (Function)
Establishes a remote connection.
DDEConnect (Example)
Usage example of the DDEConnect function
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
WebserviceReadHTTPHeader (Function)
Reads the HTTP header received in a call to a SOAP or REST Webservice.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or through programming. get and change the image associated with a Thumbnail control....
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
WEBDEV 2024 Tutorial - Table of contents
SaaSAdminAddSite (Function)
Adds a SaaS site.
SocketConfigure (Function)
Configures the use of Socket functions.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
NetGetFile (Example)
Usage example of the NetGetFile function
Compilation options (chm format)
How to perform a full file browse?