ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
SMS functions
List of SMS functions...
Python: Use in WLanguage
WLanguage supports Python functions in native mode......
ERR_MAX_CONNECTION
...ERR_MAX_CONNECTION...
ERR_OUT_OF_MEMORY
Insufficient memory to perform the operation. ERR_OUT_OF_MEMORY (13)...
Stand-alone executable
The executable will be stand-alone if the following elements are included in the executable......
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
RegistryListKey (Function)
Lists the sub-keys of a registry key.
Check: Connectivity to the external databases (by ODBC)
The monitoring robot will attempt to connect to an external database (MySQL, SQL Server, ......
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
ERR_NO_WDADMIN
Query based on query
Queries can be based on items from another query......
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Name (Property)
The Name property is used to get the name of an element.
KeepVisibleHierarchy (Property)
The KeepVisibleHierarchy property is used to: Determine which elements of the TreeView table will be printed: the entire hierarchy or only visible elements in the control. Change the hierarchy print mode: the entire hierarchy or only visible elements in the control....
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
Creating the executable and the setup program
The languages supported by the application are taken into account......
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
ServiceRefresh (Function)
Asks a service to re-read its configuration information.
1. Managing emails
WINDEV includes multiple methods to manage emails...