ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

pdfProtection (Variable type)
The pdfProtection type allows you to identify the protection options applied to a PDF document present in a variable of type pdfDocument. This new variable type is available from WINDEV Suite SaaS 2025 Update 3....
<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......
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
CurrentDay( Function)
Returns the number of the current day in the current month.
<pdfDocument variable>.Sign (Function)
Adds an approval signature to an existing PDF.
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
grRealTimeInterval (Function)
Sets the time interval visible in a time chart with real-time display.
PDFPassword (Function)
Protects a PDF document with a password.
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
App shortcuts
App shortcuts are an Android feature that allows users to quickly perform specific actions in an application without having to open the full application......
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
FullTextIndex description (Variable type)
A FullTextIndex description variable is used to describe one or more full-text indexes programmatically.
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......