ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RedisGet (Function)
Gets the value of a key from a Redis server as a string.
<Dashboard>.SaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.
JSONToString (Function)
Converts the content of a JSON variable to a JSON string.
<Chart>.SaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
RegexSearch (Function)
Searches for all the parts of a string that follow a specific format.
<JSON variable>.ToString (Function)
Converts the content of a JSON variable to a JSON string.
DashSaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.
<redisConnection>.Get (Function)
Gets the value of a key from a Redis server as a string.
UTF8Valid (Function)
Tests the validity of a string in UTF8 format.
xBase files: Limits
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes....
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
CaptchaVerify (Function)
Checks whether the value typed by the user corresponds to the string displayed in a Captcha control.
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
<xmlNode variable>.FindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
XMLFindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
HTMLEditorReplace (Function)
Replaces one string with another in an HTML Editor control.
<HTML editor>.Replace (Function)
Replaces one string with another in an HTML Editor control.
Compress (Function)
Compresses a string or a memory block (buffer) in binary format.
MarkdownToText (Function)
Converts a Markdown string to plain text (without tags).
<Upload>.FileSize (Function)
Returns the total size (in bytes) of a file found in an Upload control.
UploadFileSize (Function)
Returns the total size (in bytes) of a file found in an Upload control.