ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Types of Edit controls
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
Page Header block
The Page header block is printed on each new page......
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
StreamChangeDriver (Function)
Specifies the camera that will be used as source for a stream and/or a Conference control....
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
FullName (Property)
The FullName property is used to get the full name of an element.
Operations performed on use case diagrams
The following paragraphs explain......
Operations performed on deployment diagrams
The following paragraphs explain......
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
DashDisplay (Function)
Refreshes elements in a Dashboard control.
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
Multiline strings
To type character strings over several lines in the code editor...
Installing and using a Bitcoin Core server
WLanguage offers various functions for handle a Bitcoin Core server......
Manager of automated tests
The test manager is used to......