ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
tapiCallIsBusy (Function)
Used to find out whether the number called is busy.
PDFGetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
<PDF reader>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
<pdfDocument variable>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
HStatDate (Function)
Returns the date of the last update for the index statistics.
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
WINDEV and OPC
OPC stands for "OLE for Process Control"......
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
The HTML Display control
The HTML Display control displays a web page in an application......
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
Binding a Spin control to an item
A Spin control can be bound to an item in a data file, query, etc....
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
SAP functions
List of SAP functions...
ReceiveDate (Property)
The ReceiveDate property is used to get an email received date.
UpdateDate (Property)
The UpdateDate property is used to get the update date of an element.
Installing WDDIXIO
DateModified (Property)
The DateModified property is used to get the modification date of an element.
DateCreated (Property)
The DateCreated property is used to get the creation date of an element.
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
DateLastAccessed (Property)
The DateLastAccessed property gets the date the file was last accessed.
<Array>.AnyFalse (Function)
Returns True if at least one element of an array is False.