ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV 2024
Error 1016: The method of the class is private
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
UploadFileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
StringToUTF8 (Function)
Converts an ANSI or UNICODE string to UTF-8.
CalendarSelectMinus (Function)
Deselects a date in a multi-selection Calendar control.
Customizing the report viewer: Available windows
WINDEV 2024: New features in this version
Here are the new features that you will discover in this version......
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
LEDSwitchOn (Function)
Switches the LED (Light-Emitting Diode) of the device on.
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
LEDSwitchOff (Function)
Switches the LED (Light-Emitting Diode) of the device off.
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
<Upload>.CopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
WiFiListNetwork (Function)
Returns the list of Wi-Fi networks configured on the device.
Error 111: The Pascal string %1 is too long
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
Error 1017: The method is not global: use: to access it
MenuAddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
<Upload>.FileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
DocInfoXY (Function)
For a given position in a Word Processing control (coordinates of a control point), returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)...
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
Analysis shared between earlier WINDEV applications and WINDEV 2024 applications
An analysis can be shared between a WINDEV application......