Last modified on 19 March 2013, at 16:16

Create a new MetaClass

Revision as of 16:16, 19 March 2013 by JKN (Talk | contribs)

Step by step

  1. Create a new MetaClass via Derive new object from the context menu
  2. Open the control Object Editor
  3. Set the newly created MetaClass to the control
  4. Set name, description and namespace
  5. Save the changes

Technical implementation

The system creates a new instance of CUSTOMMETACLASS and sets the INHERIT property to the MetaClass the context menu was opened at. New derivates can be created for any system MetaClass such as BASECLASS, REFERENCE, SELECTIVELIST, … etc.

See also