ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The different types of windows
The following types of windows can be created in a WINDEV application......
Displaying a frameset in a WEBDEV website
Displaying a new frameset in a WEBDEV site can be performed according to several methods......
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access an HFSQL Classic database from an external database software that supports ODBC accesses......
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
gClickableLink (Function)
Adds a clickable link in a graphic string.
Image properties (help system)
At any time, you can change the characteristics of an image inserted into a help page in the image properties......
WEBDEV site deployment: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site......
UploadCurrentFileSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
UploadCurrentFileSizeSent (Function)
Returns the size (in bytes) already sent for the file currently uploaded via an Upload control.
FileDisplay (Example)
Usage example of the FileDisplay function
Events associated with the Rating control
WINDEV, WEBDEV and WINDEV Mobile manage the following event by default......
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
Events associated with a Range Slider control
The following events are associated with Range Slider controls:...
UploadCurrentFile (Function)
Indicates the file currently uploaded via the Upload control.
Action Bar control events