ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PDFGetSignature (Function)
Gets the signature of a PDF document as a buffer.
<Date type>.ToDayInAlpha (Function)
Returns the name of the day corresponding to a specified date.
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
Today (Function)
Returns or modifies the system date (current date defined on the current computer).
HTransactionIsolation (Function)
Configures the isolation level of transactions for a connection to an HFSQL server.
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
CurrentYear (Function)
Returns the current year in integer format.
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
<Date type>.ToInteger (Function)
Converts a date to an integer.
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
<Date type>.ToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
<Date type>.ToDay (Function)
Returns the day that corresponds to a given date.
<Chart>.AddTimeData (Function)
Adds data at a precise moment in a time chart.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.