ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
xlsCoordinatesToName (Function)
Retrieves the name of a cell, XLS worksheet or Spreadsheet control according to its coordinates.
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
<DateTime type>.ToReal (Function)
Converts a date and time to an 8-byte real.
<DateTime type>.ToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
<Chart>.RealTimeInterval (Function)
Sets the time interval visible in a time chart with real-time display.
<xlsDocument variable>.DeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
WDReplic: Implementing a replication
Configuring a replication requires several steps......
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
CurrentDay( Function)
Returns the number of the current day in the current month.
<xlsDocument variable>.RecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
PDFPassword (Function)
Protects a PDF document with a password.
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
Using several libraries in an application
A library is a WDL file that contains all the resources......
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
grRealTimeInterval (Function)
Sets the time interval visible in a time chart with real-time display.
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
PDFSign (Function)
Applies an approval signature to an existing PDF.
<Variable pdfDocument>Sign (Function)
Applies an approval signature to an existing PDF.
PDFToText (Function)
Extract the text contained in an Document PDF.
<Variable pdfDocument>ToText (Function)
Extract the text contained in an Document PDF.