ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

rssStream (Type of variable)
The rssStream type is used to handle a RSS stream...
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
CursorCapture (Example)
Usage example of the CursorCapture function
CertificateLoad (Function)
Loads a certificate from a file or a buffer.
SpreadsheetSelectWorksheet (Function)
Selects a worksheet (identified by its name) in a Spreadsheet control.
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
CaptionPeriodHeader (Property)
The CaptionPeriodHeader property is used to get and change the caption of the time period displayed in the header of a Scheduler or Agenda control in a report.
Connection (Property)
The Connection property gets and sets the connection associated with a data file.
Italic (Property)
The Italic property is used to: Find out whether a Font variable is in italic type. Modify the italic attribute of a Font variable....
MsgSortSel (Property)
The MsgSortSel property is used to: Find out the wait message displayed when sorting and selecting the report records. Modify the wait message displayed when sorting and selecting the report records....
HMode (Function)
Changes the mode and the method for locking data files.
EndService (Function)
Ends the execution of the current service.
rssSource (Type of variable)
The rssSource type is used to describe the source of an entry for an RSS stream...
MinimumLength (Property)
The MinimumLength property is used to configure the minimum length of the words to be indexed.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
Creating a RAD pattern
From version 12, a new RAD technology has appeared......
SpreadsheetSave (Function)
Saves the content of a Spreadsheet control in a file in XLSX format.
How to find out whether a report was printed?
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
14. Managing the "Back" button in practice
Slider control properties (in a page)
A Slider control and a Range Slider control found in a page can be handed in WLanguage by the following properties.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
LabelHeight (Property)
The LabelHeight property is used to: Find out the height of labels in a Label report. Modify the height of labels in a Label report....
CookieWrite (Example)
Usage example of the CookieWrite function