ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
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....
MatTranspose (Function)
Calculates the transposed matrix.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
fFileExist (Function)
Checks the existence of an external file.
grIncreaseData (Function)
Adds a value to a data in a chart.
ExceptionInfo (Function)
Retrieves information about the current exception.
HDeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server....
EmailChangeStatus (Function)
Changes the status of an email on a messaging server.
Constants for managing images in websites
fDelete (Function)
Deletes a file accessible from the current computer.
grSeriesSecondaryAxis (Function)
Defines whether a series will be drawn on the secondary axis.
TelemetryDisable (Function)
Disables the telemetry. The telemetry data is not sent to the server anymore.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
grSeriesOpacity (Function)
Modifies the opacity factor of a series in a chart.
ThreadEnd (Function)
Ends the execution of the current thread.
StringReverse (Function)
Reverses the characters of a string.
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
MmoEncryption (Property)
The MmoEncryption property is used to set the encryption method of the memo file (.MMO) associated with the data file.
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
MatMultiply (Function)
Multiplies two matrices.
dbgEnableAssert (Function)
Enables or disables the assertive programming.