ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LOOP statement
The statement block is repeated endlessly...
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....
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
WEBDEV administrator: WebSocket servers installed
The "WebSockets" tab provides information about the WEBDEV WebSocket servers installed on the computer...
Events associated with Scrollbar controls
List of WLanguage events associated with Scrollbar controls...
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
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).
EmailGetAll (Function)
Retrieves all the emails found on a server.
Customizing the guide
The guide is a powerful search engine included in WINDEV, allowing you to find all referenced documents about a subject......
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....
gClickableLink (Function)
Adds a clickable link in a graphic string.
Events associated with an Organization Chart control
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)....
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
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....
Guided tour management constants
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......