ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Custom context menu
Custom context menus are created in the window editor and can be manipulated programmatically...
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row...
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
WDOptimizer: Editing and modifying a ".REP" file
FinInterestRate (Example)
Usage example of the FinInterestRate function
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several...
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
WinGiveSuitableHeight (Function)
Returns the height of a window, adapted to the content of controls.
WinGiveSuitableWidth (Function)
Returns the width of a window, adapted to the content of controls.
MaskFormat (Function)
Formats a character string using an InputMask variable.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
dLine (Example)
Usage example of the dLine function
dPoint (Example)
Usage example of the dPoint function
DiagramUngroup (Function)
Dissociates the different shapes of a group in a Diagram Editor control.
FinPeriodInterest (Example)
Usage example of the FinPeriodInterest function
dRectangle (Example)
Usage example of the dRectangle function
Sorts in a report
The sort is used to organize the information displayed in the report......
Handling controls in a report
The different operations available for the report controls are as follows......
SpellSuggest (Function)
Returns the list of possible words found in the dictionary of OpenOffice that can correct a word...
dCircle (Example)
Usage example of the dCircle function
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate...
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one...
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page....
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page...
WinAdaptHeight (Function)
Adapts the window height to the content of controls.