ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fMIMEType
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
DefaultFilePath (Property)
The DefaultFilePath property gets and sets the full file name (path and file name) suggested by default when saving a document in a Word Processing or HTML Editor control via the "Save as" option.
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
Watermark (Type of variable)
The Watermark type is used to handle the text printed in watermark in the reports created with the report editor or through programming.
Error 502: Incompatible type
SignatureType (Property)
The SignatureType property is used to get and define the type of signature to be used in a Signature control.
docElementFormula (Type of variable)
The docElementFormula type is used to define the characteristics of a Formula element found in a DocElement variable.
docElementLink (Type of variable)
The docElementLink type is used to get the advanced characteristics of a Link element in a docElement variable.
docElementText (Type of variable)
The DocElementText type is used to handle the characteristics of a Text element found in a DocElement variable.
fContentType (Function)
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
<Source>.ListLink (Function)
Returns the list of links (Merise type) found in the current analysis or in a specific analysis.
XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
saasSubscription (Type of variable)
The saasSubscription type is used to define the advanced characteristics regarding the subscription of a SaaS client account to a pricing.
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
btleService (Type of variable)
The btleService type is used to handle a Bluetooth Low Energy service ("Bluetooth GATT Service").
Python: Use in WLanguage
WLanguage supports Python functions in native mode......
BrowserName (Function)
Returns the name of the browser of the Web user ("user agent").
Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files. the certificates used to sign the emails....
<WDPic variable>.Fill (Function)
Colors an area in a WDPic variable.
ControlInfoXY (Function)
Returns the name of the control located at a given position.
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
docRow (Type of variable)
The docRow type is used to define the advanced characteristics of a table row in a Word Processing document.
docNumberingLevel (Type of variable)
The docNumberingLevel type is used to define the advanced characteristics of a numbering level used in a Word Processing document.
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......