ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
EnumControl (Function)
Returns the name of Nth control found in the specified element.
Layout control properties
You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties......
Table,Add (External language)
Adds an element to a Table control.
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
grBarColor (Function)
Initializes the color of a specific bar in a Column or Stacked Column chart.
OrgElement (Type of variable)
The OrgElement type is used to define the advanced characteristics of an element found in an Organization Chart control.
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
WEBDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
HTTPCookieGet (Function)
Retrieves the cookies read by a call: to HTTPRequest for an HTTP domain. to HTTPSend for an HTTP domain....
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
AppInstallUPD (Function)
Triggers the automatic update of current application.
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
SQLFirst (Example)
Usage example of the SQLFirst function
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
grParameter (Function)
Retrieves or modifies a chart parameter.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
HOpen (Function)
Opens a data file.