ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
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).
iPrintImage (Function)
Sends the image file to print to the print buffer.
XMLPath (Function)
Returns the current position in the document in XPATH format.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
NFCSendTag (Function)
Sends a NFC tag to another device.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
SQLTransaction (Example)
Usage example of the SQLTransaction function