ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
Automatic server update
The HFSQL Control Center is used to implement the automatic server update......
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Automatic calendar for the Date edit controls (AAF)
The Date edit control automatically propose a "Calendar" option in their popup menu....
Image (Keyword)
The Image keyword can correspond to: an Image variable. a property used to get and change the image of an element....
Progress Bar control properties
List of properties associated with the Progress Bar control...
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
Creating the executable and the setup program
The languages supported by the application are taken into account......
<Image variable>.Resize (Function)
Resizes an image in an Image variable.
<Image>.Resize (Function)
Resizes an image in an Image control.
<Image variable>.Rotation (Function)
Rotates an image in an Image variable.
<Image variable>.Copy (Function)
Copies an image to another image.
<Image>.Copy (Function)
Copies an image to another image.
WiFiActivate (Function)
Enables or disables Wi-Fi on the device.
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
RegistryListKey (Function)
Lists the sub-keys of a registry key.
<Array>.Reverse (Function)
Reverses the content of a one-dimensional array.