ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Certificate
The Certificate keyword can correspond to...
InfoBuild (Function)
Displays a custom message in a system information window.
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.).
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
ConnectionTimeout (Property)
The ConnectionTimeout property is used to manage the connection timeout.
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
The Slider control (in a window)
A slider control is used to select a value between two bounds......
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
GPSStatus (Function)
Retrieves the activation status of the geolocation provider or asks to be notified when the status changes.
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
Local procedure
Two types of procedures are available......
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
grDraw (Function)
Draws a chart according to the specified parameters.
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.