ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fSelect (Function)
Opens the Windows file picker.
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
RoundToMultiple (Function)
Returns a numeric value rounded to the nearest multiple of another numeric value.
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
ComponentList (Function)
Returns the list of external components (".WDK" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site.
ExeListDLL (Function)
Returns the list of libraries (".DLL" files) used by one of the applications currently run.
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
Constants for SMS functions
List of constants used by the SMS functions....
WinEdLoad (Function)
Loads the changes made by the end user in a window.
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
Border of controls
One of the most important elements of control style is its border......
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
List of reserved words
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
MutexCreate (Function)
Explicitly creates a mutex.
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
MutexEnd (Function)
Signals that the thread frees the mutex.