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.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
List of extension attributes
The list of extension attributes ......
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
SQLExec (Function)
Names and runs an SQL query.
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
KeyPressed (Function)
Checks which key is pressed.
fWrite (Example)
Usage example of the fWrite function
<Looper>.AddLine (Function)
Adds a row at the end of a Looper control.
HPrevious (Function)
Positions on the previous file record according to a browse item.
<Looper>.InsertLine (Function)
Inserts a row into a Looper control.
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
dFont (Function)
Declares the font that will be used by dText: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
Events associated with TreeView controls
List of events associated with TreeView controls...