ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
rssBuildString (Function)
Builds the RSS feed and returns the result (in XML format) in a character string.
HaspHLRead (Function)
Reads data (character string or buffer) in the internal memory of the Hasp key.
HaspHLWrite (Function)
Writes data (character string or buffer) into the internal memory of the Hasp key.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
HTMLBuildString (Function)
Generates a UTF-8 string containing an HTML document.
<htmlDocument variable>.BuildString (Function)
Generates a UTF-8 string containing an HTML document.
<Source>.RecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
<Source>.FilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
NoAccent (Function)
Converts accented characters in a string to non-accented characters.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
Character strings
WLanguage supports different types of strings....
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
<ANSI String type>.Right (Function)
Extracts the right part (i.e., the last characters) from a string or buffer.
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Functions for managing Image Editor controls and WDPic variables
The following functions are used to manage Image Editor controls and WDPic variables:...
<Window>.EdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Video control properties
The following properties can be used on a Video control:...
How to perform a full file browse?
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.