Find out more about new features and improvements in the Fabasoft app.ducx 2020 November Release.
The app.ducx plugin can be used with Eclipse 2020-09.
The keyword password can be used to declare parameters, properties or fields.
Example |
class Info { |
Properties of this type are automatically filled with:
The keyword row in the layout definition of form pages can be omitted if only one control is listed.
Since it is possible to specify behaviors in property definitions, behaviors in the layout could hide these expressions accidentally. To prevent this, every hiding behavior is tagged with an information message. This applies to all behaviors with expressions:
In property definitions it is now possible to specify expressions for getting and setting of property values. For these expressions an action with an implementation on object is generated.
Example |
Class DemoClass { |
The keyword assume can also be used to declare the types of dictionary entries, especially the cardinality.
Example |
usecase UpdateUser(dictionary datainput) { |
Actions calls can be marked as cacheable for the current transaction with actcacheable. If set to true, the action call results are reused
A transaction commit or abort clears the cache.