ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Multiline (Property)
The Multiline property determines if an element supports multiline text.
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
Events associated with windows
List of events associated with windows...
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
Page constants
List of constants used by page functions....
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense a Font variable. This property is kept for backward compatibility....
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font variable. This property is kept for backward compatibility....
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font variable. This property is kept for backward compatibility....
MyLeftSlidingWindow (Reserved word)
MyLeftSlidingWindow is used to handle the left sliding window associated with the current window.
MyRightSlidingWindow (Reserved word)
MyRightSlidingWindow is used to handle the right sliding window associated with the current window.
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
Empty (Property)
The Empty property is used to determine if an element is empty.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
Group (Property)
The Group property is used to identify and change groups of elements.
Modified (Property)
The Modified property lets you know if an element has been modified.
StoredValue (Property)
The StoredValue property gets and sets the stored value of an element.
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
NumberColumn (Property)
The NumberColumn property is used to get and change the number of columns of an element.
SSLActive (Function)
Used to enable or disable the secure SSL mode.
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......