ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iPrintReport (Function)
Prints a report created with the report editor.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
CriticalSectionEnd (Function)
Marks the end of a critical section: another thread will be able to run the code.
fClose (Example)
Usage example of the fClose function
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
DashCount (Function)
Returns the number of widgets found in a Dashboard control.
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
EmailCheckAddress (Function)
Checks the validity of an email address.
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
pdfAttachment (Type of variable)
The pdfAttachment type is used to define all the advanced characteristics of an attachment in a PDF document.
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)....
MenuAddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
fClose (Function)
Closes an external file.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
TableGiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.