ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EnumerationFromName (Function)
Returns an enumeration value known by its name.
Characteristics of a PCL print
The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ......
dbgWriteCommentAudit (Function)
Writes a comment into the current dynamic audit.
MemDeleteAll (Function)
Clears and deletes a memory zone.
MemSetPosition (Function)
Positions the memory zone on an element.
Age (Function)
Returns the age according to the date of birth.
MoveColumn (Function)
Moves or swaps a column in a two-dimensional array property contained in an advanced type (xlsDocument, etc.).
HandwrittenInput (Property)
The HandwrittenInput property is used to manage stylus or mouse input (Windows XP Tablet PC or Windows Vista, respectively).
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
Member (Property)
When used on Variant variables, the Member property is used to get the array of named elements.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
ExtractLine (Function)
Extracts a specific line from a character string.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable].
VariantConvert (Function)
Converts the value stored in a Variant variable].
MemCount (Function)
Returns the number of elements found in a memory zone.
UTF8ToString (Function)
Converts a UTF-8 string to ANSI or UNICODE.
Runtime error management functions
List of functions for managing runtime errors...
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....