ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing main window menus
A main menu is necessarily associated with a window...
Manipulating menu options programmatically
Menu options can be manipulated...
Manipulating menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ...
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications...
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)...
Characteristics of menu options
WINDEV and WINDEV Mobile support two types of menus ...
Coloring a row, a column or a cell found in a control (AAF)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to color the data found in the control......
21. Reports
WDReplic: Implementing a replication
Configuring a replication requires several steps......
Opening, closing and saving a query
The query editor allows you to easily handle the queries....
LINUX: Accessing the ODBC databases
The native access to HFSQL Classic and Client/Server is available for the WINDEV applications running in Linux ("console" applications) and for the WEBDEV sites hosted in Linux......
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
Events associated with a Ribbon control
The events associated with the Ribbon controls and groupings are:...
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
Wait (Function)
Temporarily stops the program execution.
APIConfigure (Function)
Modifies the options for calling API and CallDLL32.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
Step 3: Printing characters, images, ...
This step consists in "sending the different elements to print to the printer"......
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
SelectedText (Property)
The SelectedText property is used to get and change the text selected in an Edit control, editable Combo Box control or editable column in a Table control.
Hint (Property)
The Hint property gets and sets the hint text displayed when the Edit control is empty.
AutomaticTooltip (Property)
The AutomaticTooltip property is used enable or disable automatic tooltips on List Box, Table and TreeView Table controls.
Num1stDayOfTheWeek (Property)
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in: a Calendar control. an Organizer control. a Scheduler control. an edit control in Date format with Calendar....
TypeFiles (Property)
The TypeFiles property is used to get and change the filter available in the file picker of the Upload control.
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....