ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with List Box controls
List of events associated with List Box controls...
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Error 1055: 'Ancestor' can only be used in the code of a class derived from a class
UploadCopyFile (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....
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
Events associated with Bar Code controls
List of events associated with Bar Code controls...
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
iColumnEnd (Function)
Forces a column break in a multi-column report.
TitleHeader (Property)
The TitleHeader property is used to: Get the title and aspect of a column title-header (Table or TreeView Table control). Get the number of column title-headers (Table or TreeView Table control). Change the title and aspect of a column title-header (Table or TreeView Table control)....
Internal window management functions
The following functions are used to manage the "Internal windows" controls......
Dialog box management functions
List of functions for managing dialog boxes...
Control management functions
List of functions for managing controls...
Windows event management functions
List of functions for managing Windows events...
You used WINDEV Mobile 28
ServiceRefresh (Function)
Asks a service to re-read its configuration information.
Error 1021: The method of the class is not global
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
Hyper File functions available for backward compatibility
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......