ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Image>.CoordinateFromImage (Function)
Converts the coordinates of a rectangle in the image to the corresponding coordinates in the Image...
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined...
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined...
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
NoAccent (Function)
Converts accented characters in a string to non-accented characters.
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage...
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
<Buffer type>.AnsiToUnicode (Function)
Converts a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string.
CoordinateImageControlToImage (Function)
Converts the coordinates of a rectangle in the Image control to the corresponding coordinates...
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string...
<Date type>.ToString (Function)
Converts: a date to a string in the specified format. a date time to a string...
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration...
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
MarkdownToHTML (Function)
Converts a Markwdown string to an HTML buffer (encoded in UTF-8).
<Image>.CoordinateToImage (Function)
Converts the coordinates of a rectangle in the Image control to the corresponding coordinates...
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
NumToFinancialWritingChinese (Function)
Converts a numeric value (integer, real or currency) to a string in the Chinese financial writing...
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
<Source>.RecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes...
1
2
3
4
5
6
9
>