ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
11. Choosing the action of a button/link
14. Controls in practice
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
The use of the Automation type in a site is reserved for the advanced users
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
How to save and retrieve an image in a binary memo
End of Document block
The End of document block is run once at the end of the report execution......
11. Controls in practice
Discover the main characteristics of the controls...
Guide organization
Organization of WINDEV Concepts...
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
Report editor: Available types of reports
Several types of reports can be created in the report editor......
Data model editor: types of links
Several types of links can be found between the files......
16. Types of code
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
Locking data files: correspondence between WINDEV 5.5 and the later versions
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
Handling a Navigation Bar control through programming
The Navigation Bar control can be handled by programming......
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......