ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DateToDayInAlpha (Function)
Returns the name of the day corresponding to a specified date.
Creating anchors
The anchors are used to define specific points in a help page......
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
fChangeSize (Function)
Resizes an external file.
<Source>.Watch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a table present on an HFSQL server. In case of modification, a specific procedure can be triggered.
BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
BitcoinCoreHashRate( Function)
Returns the number of times the sha256 function had to be calculated per second to calculate the last block.. This number corresponds to a proof of work.
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
XMLResult (Function)
Returns the result of a calculation XPath query.
StringInsert (Function)
Inserts a string into another character string at a given position.
CurrentYear (Function)
Returns the current year in integer format.
ExceptionInfo (Function)
Retrieves information about the current exception.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
mlzDeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
HFSQL Client/Server: Configuring the data files on the server
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
SSHCommand (Function)
Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.