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.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
Size (Property)
The Size property is used to determine and change the size of an element.
fSplit (Function)
Splits a file into several files.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
HModifyDatabaseRights (Function)
Modifies the rights granted to a user or to a group for a HFSQL Client/Server database....
HModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
Designing a supercontrol
A supercontrol is an advanced type of control......
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
FinRedemption (Function)
Creates an amortization matrix for a fixed-rate loan over a defined period of time.
Archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ))
List of archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ))...
HAdd (Example)
Usage example of the HAdd function
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
fMoveFile (Function)
Moves a file from one directory to another.
HOpenConnection (Function)
Opens a connection to a specific database.
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
InitialAnimation (Property)
The InitialAnimation property determines whether the animation of an Image, Button, Static or Carousel control is enabled when the control is created.
HModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
FinPeriodInterest (Function)
Calculates for a given period the amount of interests due for a loan paid off by fixed periodic payments with a fixed interest rate.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.