ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

12. External component in practice
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......
Position (Function)
Finds the position of a specified string within another string.
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
WinEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window. for all the application windows....
Screen,FileToScreen (External language)
Initializes the window controls with the values of the file items linked to the controls.
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed on a local network. an HTTP setup used to update the reference setup on the local network....
MultimediaOpen (Function)
Opens a media file in a Multimedia control.
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
13. External component in practice
External component in practice...
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......
Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
iParameterViewer (Function)
Configures the report viewer.
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
Automatic server update
The HFSQL Control Center is used to implement the automatic server update......
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....