ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling controls in a window
The different operations that can be performed on the window controls are as follows......
WDInst: Configuring the uninstaller
The application uninstaller is the application that allows the end user to uninstall the application....
XAxisMin (Property)
The XAxisMin property gets the minimum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
XAxisMax (Property)
The XAxisMax property gets the maximum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
YAxisMax (Property)
The YAxisMax property gets the maximum value of the Y-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
DashMode (Function)
Opens or closes the Dashboard control edit mode.
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....
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
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......
Label report
The report editor allows you to create "Label" reports......
FontSelect (Function)
Opens the standard window for font selection and selects the specified font.
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
Keep-alive on connection
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Compatibility between external components and deployed applications
A component can evolve in many ways......
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
Software license agreement
WINDEV Express license agreement...
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
MemFirst (Function)
Positions on the first element of a memory zone and returns the value of this first element.
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
WDADMINEXE : Controlling the application remotely
The remote control of a WINDEV application allows the manager of an application used in network to manage the automatic or forced shutdown of the application for all the current users......
4. Debugging modes
There are two different modes to debug a WINDEV Mobile application...
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....