ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
AutomationParameter (Function)
Configures the management of accesses to the ActiveX objects and to the Automation objects.
MatCreate (Function)
Creates a matrix containing 0 row and 0 column.
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
DateToDay (Function)
Returns the day that corresponds to a given date.
dBlur (Function)
Blurs the entire given area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
Printing a watermark text
A report (and a duplicate copy) can include an additional text in the format of a watermark, such as "Confidential" or "Duplicate" printed across the report....
Detailed use of WINDEV FTP/RPC
Switch control properties
InDays (Property)
The InDays property is used to convert a Duration variable to days.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
SFModify (Function)
Modifies the records of a file defined in Salesforce.
Error 108: The size of the variable is not allowed
SchedulerMode (Function)
Returns the display mode of a Scheduler control: day, week, month, ...
DayHeight (Property)
The DayHeight property is used to get and change the height of days in a Scheduler control where days are arranged in rows, and resources are arranged in columns.
Error 116: An array dimension must be an integer value
MapConfigureGglAPI (Function)
Declares additional parameters for the Map control that will be transmitted to the Google API.
fDelete (Function)
Deletes a file accessible from the current computer.
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
SocketClose (Function)
Closes a socket or a connection to a server socket.