ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TimeLine control properties
A TimeLine control can be handled in a window by the following WLanguage properties.
<pdfDocument variable>.NbSignatures (Function)
Gets the number of signatures in a PDF document.
<PDF reader>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following properties....
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
Combo Box control functions
List of functions for handling the Combo Box controls...
DateTimeDifference (Function)
Calculates the difference between two dates and times.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
<pdfDocument variable>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
Installing the HFSQL Server module
Cherche les éléments d'un noeud HTML correspondant à une balise....
<Connection variable>.SetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control......
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology......
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
<Date type>.ToInteger (Function)
Converts a date to an integer.
<Date type>.ToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
<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.
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
PDFGetSignature (Function)
Gets the signature of a PDF document as a buffer.