ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Constants for encryption/compression
List of constants used by the encryption/compression functions...
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
Events associated with Internal Page controls
List of events associated with internal pages and Internal Page controls
Events associated with Flash controls
List of events associated with Flash controls...
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
Version (Property)
The Version property is used to get and change the version of an element.
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
Mode (Property)
The Mode property describes: the minimum number of nodes that must acknowledge a write operation before it is considered as successful (mongoWriteConcern variable). the management mode of multicolumn sections (docFormatMulticolumn variable). how the tooltip of a step of a guided tour is displayed....
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
Extracting the text of the project
The following text can be extracted......
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.