ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

What is a database?
A database is an organized collection of data for a particular purpose (e.g., manage orders)......
ClientCertificate (Property)
The ClientCertificate property is used to manage client certificates.
Valid (Property)
The Valid property is used to determine if an element is valid.
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
Internal component
An internal component is a set of elements from a project......
VerticalAlign (Property)
The VerticalAlign property is used align elements vertically.
UpdateDate (Property)
The UpdateDate property is used to get the update date of an element.
DateModified (Property)
The DateModified property is used to get the modification date of an element.
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
Events associated with a Web Component control
WEBDEV manages the following events by default (order of appearance in the code editor)...
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
Number (Property)
The Number property is used to get the number of an element.
Size (Property)
The Size property is used to determine and change the size of an element.
<Date type>.ToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
<DateTime type>.ToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
<Date type>.ToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
<Date type>.ToDay (Function)
Returns the day that corresponds to a given date.
<Date type>.ToInteger (Function)
Converts a date to an integer.
<Date type>.ToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
<Duration type>.ToString (Function)
Converts a duration to a character string in the specified format.
<String type>.AnsiToUnicode (Function)
Converts an ANSI string (Windows) to a UNICODE string.
<Buffer type>.AnsiToUnicode (Function)
Converts a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string.
<String type>.BufferToHexa (Function)
Converts an Ansi or Unicode string to a hexadecimal string (e.g.: "4A 5B 00").