ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
Connection
The Connection keyword can correspond to: the Connection variable. the Connection property used to get and change the connection currently associated with a data file. For more details, see Connection. the Connection property of a hbScanParameter variable....
DisplayMode (Property)
The DisplayMode property gets and changes: the display mode in a Word Processing control, the display mode in a PDF Reader control the display mode in an HTML Editor control, the display mode in a Kanban control...
NbKeyItem (Property)
The NbKeyItem property is used to get the total number of key items (including composite keys) in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
ProgressBarColor (Property)
The ProgressBarColor property is used to get and change the progress color in the following controls and elements: Progress Bar control, Progress Bar column, Progress Bar cell, infinite Progress Bar control....
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
ERR_NO_PAGE
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
4. UI: Windows
IU of windows...
Create the help system in WINDEV, WEBDEV or WINDEV Mobile
These are the main steps to create a help file (HTML, CHM or PDF)......
Programming patterns
CAUTION......
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
Configuring the server for the CGI/AWP protocol
To use WEBDEV, a Web server must to be found on the computer where WEBDEV is installed......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table control. in a Pivot Table control. in a List Box and ListView control. in a Looper control. in a Calendar control. of files in an Upload control....
TitleHeight (Property)
The TitleHeight property gets and sets: the height of the title for the columns of a Table or TreeView Table control. the height of the title bar of a Dockable Panel control. the height of the title bar of a window with a custom title bar....
10. Customizing the aspect of a site: skin elements