ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.EdDeselectAll (Function)
Deselects all the controls when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
Handling a control through programming in a report
All report controls can be handled through programming......
Designing a supercontrol
A supercontrol is an advanced type of control......
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
Error 203: The procedure already has a scope attribute (local or global)
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
ClipboardRTF (Function)
Retrieves an RTF string from the clipboard (the content of the clipboard is in RTF format).
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
gToText (Function)
Deletes the graphic elements from a character string that uses gStoredValue, gImage, ...
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
ConsoleError (Function)
Writes a character string in the standard error output stream "stderr".
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
StringToUTF8 (Function)
Converts an ANSI or UNICODE string to UTF-8.
UTF8ToString (Function)
Converts a UTF-8 string to ANSI or UNICODE.
HTMLToPDF (Function)
Converts an HTML string or buffer to a buffer containing a PDF document.
MarkdownToPDF (Function)
Converts a Markdown string (or buffer) to a buffer containing a PDF document.
UTFConvert (Function)
Converts a string or buffer to the specified format: UTF, ANSI, Unicode.
<Ansi string type>.DeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.