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.
MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
CurrentMonth (Function)
Returns the number of the current month.
Directory (Property)
The Directory property is used to manage the physical directory of HFSQL files.
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
HSetMemo (Function)
Used to modify the management mode of memo items.
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
Factorial (Function)
Returns the factorial of an integer number.
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server)....
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
HState (Function)
Used to find out the state of a record.
zipExist (Function)
Used to find out whether an archive exists.
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
ThreadRequestStop (Function)
Sends a stop request to a thread.
NumberInWords (Function)
Converts a number to words.
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
HTransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.