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.
Kanban control events
The following events are associated with Kanban controls......
Events associated with Edit controls
WLanguage events associated with Edit controls...
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
AnimationSetParameter (Function)
Changes one of the animation parameters used for: an animated image (in an Image control), an animated text (in a Static control)....
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.
InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.
Optional events
By default, the codes available in the code editor correspond to the most common codes......
iFont (Function)
Selects the default font.
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
ToClipboard (Function)
Writes text or image information into the system clipboard.
Handling a Calendar control through programming (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......