ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SchedulerAddResource (Function)
Adds a new resource into a Scheduler control.
SpreadsheetSortSelection (Function)
Sorts the values selected in a Spreadsheet control.
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
SchedulerAddAppointment (Function)
Adds a new appointment into a Scheduler control.
SpreadsheetReplace (Function)
Finds and replaces a value in a Spreadsheet control.
SchedulerDeleteAll (Function)
Deletes all appointments and resources from a Scheduler control.
TableEnumBreak (Function)
Enumerates the breaks found in a Table control.
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
Icon (Property)
The Icon property is used to: Find out the icon displayed in the title bar of a window or a Dockable Panel control. Change the icon displayed in the title bar of a window or a Dockable Panel control....
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
MapGetJSObject (Function)
Returns the instance of the API of Map control.
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
OLE DB provider for HFSQL
The OLE DB provider on HFSQL is used to access an HFSQL database (Classic or Client/Server) from an external software that manages the accesses by OLE DB......
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
DDE errors
When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error]......
DisplayOrphan (Property)
The DisplayOrphan property is used to: Determine whether a row or column in a Pivot Table control is displayed when it has no parent. Change the display mode of a row or column in a Pivot Table control when it has no parent....
LooperAdd (Function)
Adds a row at the end of a Looper control.
LooperSearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
LooperCount (Function)
Returns the number of rows in a Looper control.
PostMessage (Function)
Sends a Windows message to a control or to a window.