ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
Indirection operators
Operators { and operators } operators are used to access a field, variable, class member or table item by dynamically constructing the name of the field, variable, class member or item...
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
grTitle (Function)
Modifies the caption and/or position of the chart title....
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
zipListFile (Function)
Returns the list of files found in an archive.
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
grSeriesOpacity (Function)
Modifies the opacity factor of a series in a chart.
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
ControlExist (Function)
Checks for a control (or group of controls) in a window, page or report.
Buffer (Type de variable)
The Buffer type corresponds to a binary memory area.
Kanban control properties
In a window or page, you can use WLanguage properties to handle......
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the table. This item was defined in the data model editor or programmatically. Define whether the value of a calculated item is stored in the table (when describing the item through programming)....
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or programmatically. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
ArraySort (Function)
Sorts a WLanguage array.
grPointType (Function)
Modifies the shape of point for a specific category or value found in a Line, Area, Scatter and Radar chart.
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......