Jump to: navigation, search

Difference between revisions of "HowTo:Create a new MetaClass"


Line 1: Line 1:
 
== Step by step ==
 
== Step by step ==
 +
# Open the control [[Class Browser]]
 
# Create a new [[MetaClass]] via ''Derive new object'' from the context menu
 
# Create a new [[MetaClass]] via ''Derive new object'' from the context menu
 
# Open the control [[Object Editor]]
 
# Open the control [[Object Editor]]

Revision as of 20:15, 3 April 2013

Step by step

  1. Open the control Class Browser
  2. Create a new MetaClass via Derive new object from the context menu
  3. Open the control Object Editor
  4. Set the newly created MetaClass to the control
  5. Set name, description and namespace
  6. 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