HOWTO Subclass attributes and delegates in one or more Apps using MetaTypes
by
, 2021-12-06 at 02:47 (16193 Views)
MetaTypes provide a powerful means of defining custom types and then subclassing them in Pages, Sections and FormItems.
Each MetaType that you define in the MetaType Editor can contain attribute/value pairs as well as delegates and their procedure or function names.
A MetaType is essentially a 'class' which can be inherited simply by specifying its name in the 'Meta Types' attribute for user interface elements. (Pages, Sections and FormItems).
For full details read the documentation article here.