ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fSelect (Function)
Opens the Windows file picker.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
End of Document block
The End of document block is run once at the end of the report execution......
J2EE constants
List of constants used by the J2EE functions....
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Structure (Type of variable)
A structure is a custom type of data...
WDMSG license agreement
WDMSG license agreement...
Global and local variable
Two types of variables are available......
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
Events associated with Table controls
List of events associated with Table controls...
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
WDTRAD license agreement
WDTRAD license agreement...
Printing in PDF format: Special cases
Specific features of print in PDF format...
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed on a local network. an HTTP setup used to update the reference setup on the local network....
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
Popup window
WINDEV allows you to open windows in popup format......