ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
Java functions
List of Java functions...
Charact (Function)
Returns the character corresponding to the specified ASCII code.
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
tapiNoAnswer (Function)
Used to find out whether an answer was given to the call.
tapiStopCallDetection (Function)
Stops the specified call detection that was started by tapiListen.
tapiOrigin (Function)
Allows you to determine the type of call (incoming or outgoing).
zipMsgError (Function)
Returns the message associated with an error code on an archive.
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus......
<Kanban>.Count (Function)
Returns the number of cards or lists in a Kanban control.
<Kanban>.Display (Function)
Refreshes a Kanban control or a card in the Kanban control.
Date (Type of variable)
The Date type enables you to easily handle the dates...
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.
KanbanCount (Function)
Returns the number of cards or lists in a Kanban control.
HStatDate (Function)
Returns the date of the last update for the index statistics.
BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
Cube control properties
List of properties associated with the Cube control...
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient production cycle....
18. Order of execution of the code of buttons/links
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
14. PHP generation in practice