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.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
HPriorityClient (Function)
Modifies the priority of a client application.
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
FinFutureVal (Function)
Returns the future value of an investment.
FinRepayVal (Function)
Returns the amount of each regular payment for an investment with fixed interest rate and fixed payment.
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
Popup window
WINDEV allows you to open windows in popup format......
Enqueue (Function)
Adds an element to the queue.
AdditionCompleted (Property)
The AdditionCompleted property determines if an element was added to a queue, list or stack, or if the operation is in progress.
Push (Function)
Pushes an element onto the stack.
HListTask (Function)
Lists the scheduled tasks of an HFSQL Client/Server server for a given connection....
HPriority (Function)
Finds out and modifies the priority of the calling application.
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
HDisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
Properties associated with the attributes of a Looper control
The attributes of a Looper control found in a window or in page can be handled by the WLanguage properties......
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
ShellExecute (Function)
Opens a document in its associated application.