ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
Handling controls in a report
The different operations available for the report controls are as follows......
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
Global and local variable
Two types of variables are available......
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
MultimediaHeight (Function)
Returns the height (in pixels) of the source image of the multimedia file played in the Multimedia control.
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia control.
HOpenConnection (Function)
Opens a connection to a specific database.
OpenMobileWindow (Function)
Opens a window in a mobile application.
fCompare (Function)
Compares the content of two files bit by bit.
SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
MultimediaPosition (Function)
Returns or modifies the current position of the media file currently played in the Multimedia control.
SaaS administrator - Managing the subscriptions
The SaaS subscriptions are used to make a SaaS site available to a client account......
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
VideoListDriver (Function)
Lists the video capture drivers installed on the current computer.
MultimediaBeginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
MultimediaStatus (Function)
Indicates the status of the multimedia file played in the Multimedia control.
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
MultimediaPause (Function)
Pauses a media file played in a Multimedia control.
The Context Menu control (WEBDEV)
Context menus are often used in websites......