ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

J2EE constants
List of constants used by the J2EE functions....
HCheckStructure (Function)
Defines the mode for comparing data files.
Customizing the errors
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV site......
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
ExceptionInfo (Function)
Retrieves information about the current exception.
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....
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
grScatterAddDataXY (Function)
Adds a data into a "Scatter" chart.
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
<Document variable>.Print (Function)
Prints the content of a Document in "docx" format.
<Word Processing>.Print (Function)
Prints the content of a Word Processing control in "docx" format.
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
LDAPValue (Function)
Returns the value corresponding to the subscript passed as parameter for the specified attribute.
<Chart>.DonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
<Chart>.SunburstStartAngle (Function)
Specifies the starting angle of the first section in a Sunburst chart.
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
Programming an indexed control
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......