ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HAdd (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....
ArraySort (Function)
Sorts a WLanguage array.
fDelete (Function)
Deletes a file accessible from the current computer.
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
fMoveFile (Function)
Moves a file from one directory to another.
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
The Edit control
The Edit control allows users to enter data......
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
HPrevious (Function)
Positions on the previous file record according to a browse item.
Organizer control functions
The following functions are used to manage the Organizer control:...
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HFirst (Function)
Sets the position on the first record of a table according to the specified browse item.
BTLEListDevice (Function)
Returns the list of accessible Bluetooth Low Energy devices.
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).