ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
MatWrite (Function)
Writes an element into a matrix.
MatRead (Function)
Reads the value of a matrix element.
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server)....
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
Print functions
List of print functions...
EmailReadNext (Example)
Usage example of the EmailReadNext function
HListProvider (Function)
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer....
Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
Composite keys
A composite key is a key item containing several other items......
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
InitRandom (Function)
Initializes the generator of random numbers.
Random (Function)
Returns a random number.
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
FinRedemption (Function)
Creates an amortization matrix for a fixed-rate loan over a defined period of time.
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.