ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailGetAll (Function)
Retrieves all the emails found on a server.
Environment of the window editor
The main elements of window editor are as follows:
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
Deployment diagram
A deployment diagram shows the physical layout of the hardware components (nodes) used in a system as well as the association between the executable programs and these components......
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Constants used by the functions for managing Tab controls
LOOP statement
The statement block is repeated endlessly...
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
DownloadParameter (Type of variable)
The DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.
The Ad control
The Ad control is used to monetize an Android application by displaying an ad banner that generates incomes according to the number of clicks performed by the application users....
WinStatus (Function)
Identifies or modifies the window status.
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
Gantt Chart control properties
You can manipulate Gantt Diagram columns in Table or TreeVew Table controls using the following WLanguage properties......
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
grDestinationWMF (Function)
Defines a meta file as chart destination.