Automatic Application Features (AAF) in WINDEV
Improve the user experience with Automatic Features in your WINDEV Applications
Optimization
Optimize your workflow by creating keyboard shortcuts
For most users, it is essential to be able to define their own keyboard shortcuts to easily access the most common features of an application.
WINDEV allows you to implement this feature: you can create and change keyboard shortcuts for your applications.
This translates to significant time savings. No need to use the mouse to interact with a button!
One click
Sort the data displayed in your tables in one click
You want to sort a table by the values from a column?
Simply click the title of that column.
A double arrow icon appears on sortable columns.
When the sort is enabled, a small arrow icon indicates the column sort direction.
Simplification
Simplify your searches
In most cases, to search for information in a window or a control, you can simply use the "Find" option in the context menu.