ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CameraConfigure (Function)
Allows you to configure the video capture driver.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
KanbanDeleteCard (Function)
Deletes a card from a Kanban control or from a Kanban List control.
BrowserVersion (Function)
Returns the version of the browser used by the Web user.
GanttWorkingHour (Function)
Overwrites the working hours on a row in a Gantt Chart column of a Table (or TreeView Table) control.
ImageXPos (Function)
Returns the horizontal position (X) of the mouse cursor in relation to the specified Image control.
iGroupConfigure (Function)
Modifies the parameters of a report found in a group of reports.
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
<Edit>.DeleteToken (Function)
Deletes a token from a "Text token" Edit control.
BTInfoDevice (Function)
Returns specific information about a Bluetooth device.
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
TapToFocus (Property)
The TapToFocus property is used to: Determine if tap to focus is enabled in a Camera control. Enable or disable tap to focus in a Camera control....
VideoConfigure (Function)
Allows you to configure the video capture driver.
LineSpacing (Property)
The LineSpacing property gets and sets the line spacing for variables of type Font.
EmailCheckAddress (Function)
Checks the validity of an email address.
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
BrowserPlatform (Function)
Returns the user's browser platform....
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).