Loading...
 

ObjectBoxes

ObjectBoxes

A family of window objects are the ObjectBoxes.

Their representatives are:

and (with restriction):
ObjectCombobox

They differ from the other window objects (widgets) in that they do not only represent one or a part of an object, but a set of objects (list). If they are filled via an access expression, this expression records such a set, for example in the form of a collection.

This commonality therefore results in common properties of these widgets, which are reflected in commands and parameters that are defined exactly for each of them. In order to keep writing or adapting the InstantView® code for these widgets as simple as possible, we have tried to keep the syntax and use of these commands as consistent as possible. In the ideal case only a change of the identifier ("ObjectList" -> "ObjectListView") is necessary to change the representation of an ObjectBox. In this case the function would remain exactly the same and only the appearance would change. Exceptions to this ideal case are of course when it comes to properties that only one of the two widgets has. (e.g. one widget is an ObjectTree, the other is not; trees cannot be auto-positioned).

The selected entries can be copied to the clipboard using the standard Windows keyboard commands Ctrl-C and Ctrl-Insert / Paste (see CopyToClipboard).

Common methods