ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
Date (Type of variable)
The Date type enables you to easily handle the dates...
4. Types of pages
Different types of pages can be used in the sites created with WEBDEV......
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications......
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
<DateTime type>.ToReal (Function)
Converts a date and time to an 8-byte real.
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
Binding a Combo Box control to an item
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
The TreeMap control
...The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
<Date type>.ToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
Binding a Link control to an item
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
<Date type>.ToInteger (Function)
Converts a date to an integer.
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......