ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Chart constants
List of constants used by the functions for chart management....
docElementImage (Type of variable)
The docElementImage type is used to handle the characteristics of an Image element found in a docElement variable.
Constants for managing projects
List of constants used by the functions for managing projects....
SysThumbnailAddButton (Function)
Adds a button into the thumbnail of the application in the taskbar.
ChangeTheme (Function)
Is used to change, through programming, the theme (dark or light) used by the mobile application.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
OCRLoadLanguage (Function)
Adds a language to the native OCR system.
Page Header block
The Page header block is printed on each new page......
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
pdfTextElement (Type of variable)
The pdfTextElement type is used to find out all the characteristics of a text element in a PDF page.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
eChangeCurrency (Function)
Converts a currency into another currency.
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
Error 30: An exception process cannot be declared inside another exception process...