ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language...
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.
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive...
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language...
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
MapEndOfMove (Function)
Stops following the device movement in a Map control.
fGraphicFilter (Example)
Usage example of the fGraphicFilter function
FTPSize (Example)
Usage example of the FTPSize function
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
FTPCurrentDir (Example)
Usage example of the FTPCurrentDir function
fCompare (Example)
Usage example of the fCompare function
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
ImageState (Property)
The ImageState property is used to get and change the number of drawings in: The image associated with a button. The image of the cursor in a slider. The image associated with the button of a sidebar pane. The image associated with the button of a tab pane. The image associated with the Rating control. The image associated with a group in a Ribbon control. The image associated with a menu option....
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
EmailStartIMAPSession (Function)
Starts a session for receiving and reading emails with the IMAP protocol.
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
<Image>.Rotation (Function)
Rotates an Image control.
fReadLine (Example)
Usage example of the fReadLine function
fSize (Example)
Usage example of the fSize function
TableRestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements.
fRename (Example)
Usage example of the fRename function
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space of the Android device.
FTPCommand (Example)
Usage example of the FTPCommand function
fMakeDir (Example)
Usage example of the fMakeDir function
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
FTPDate (Example)
Usage example of the FTPDate function