ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using Java code
You can use Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
XMLFind (Example)
Usage example of the XMLFind function
XMLSavePosition (Example)
Usage example of the XMLSavePosition function
XMLChild (Example)
Usage example of the XMLChild function
XMLRestorePosition (Example)
Usage example of the XMLRestorePosition function
XMLRoot (Example)
Usage example of the XMLRoot function
XMLBuildString (Example)
Usage example of the XMLBuildString function
XMLDocument (Example)
Usage example of the XMLDocument function
FTPDeleteFile (Example)
Usage example of the FTPDeleteFile function
XMLData (Example)
Usage example of the XMLData function
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
<Image variable>.SaveGIF (Function)
Saves an image found in an Image variable: in a file in GIF format. in memory....
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
fTempFile (Example)
Usage example of the fTempFile function
FTPRenameFile (Example)
Usage example of the FTPRenameFile function
FTPMakeDir (Example)
Usage example of the FTPMakeDir function
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
FTPRemoveDir (Example)
Usage example of the FTPRemoveDir function
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
fExtractPath (Example)
Usage example of the fExtractPath function
fOpen (Example)
Usage example of the fOpen function
SocketCreate (Example)
Usage example of the SocketCreate function
zipNbFile (Example)
Usage example of the zipNbFile function
fDir (Example)
Usage example of the fDir function
FTPSize (Example)
Usage example of the FTPSize function
1
2
3
4
5
6
236
>