ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
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.
grDeleteSeries (Function)
Deletes a data series from 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.
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....
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.
DashDisplay (Function)
Refreshes elements in a Dashboard control.
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
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.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
XMLAddAttribute (Function)
Adds an attribute into an XML document.