ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
Error 1010: The member of the class is constant
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
Extension (Property)
The Extension property is used to: get the extension of a file defined in the data model editor or through programming. define the extension of a file (when the file is described through programming only)....
Icon (Property)
The Icon property is used to: Find out the icon displayed in the title bar of a window or a Dockable Panel control. Change the icon displayed in the title bar of a window or a Dockable Panel control....
NextTitle (Function)
Modifies the title of next window to open.
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
HFSQL Control Center: HFSQL Client/Server backups
The HFSQL Control Center is used to manage the backups of HFSQL Client/Server data files......
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
<DiskFile variable>.Read (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
SysWinHandle (Function)
Returns the handle of a window identified by its title.
5. Modal, non-modal or MDI windows
Modal, non-modal or MDI windows...
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....