The Fabasoft app.ducx user interface language allows you to define forms, form pages, menu items and other user interface elements for your object classes.
A user interface model block consists of import declarations and user interface model elements. The userinterface keyword denotes a user interface model block. It must be followed by the reference of your software component and curly braces.
User interface model blocks can only be contained in files with a .ducx-ui extension.
Syntax |
userinterface softwarecomponent // User interface model elements (forms, form pages, ...) |