ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
Camera functions
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
<Source>.UnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
<Source>.UnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
Link functions (prefix syntax)
Link functions are used to link the interface with the data files (and vice versa)....
HUnlockFile (Function)
Unlocks the records of a table: locked by HLockFile. individually locked by a locking read function....
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
Domotic functions
List of functions for managing domotics...
Managing Google calendars
The Google Calendar service is an Internet application provided by Google that is used to manage a calendar on Internet......
WinEdSaveNote (Function)
Exports the repositionable notes created by the user into a file.
Link functions
Link functions are used to link the interface with the tables and vice versa. These functions are as follows:...
Sub-query
A sub-query is a query whose result is used by another query......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
NoteCreate (Function)
Creates a Repositionable Note control in the curernt window through programming.