WinStudio

Understanding Property Class Extensions

In WinStudio, a property class extension is a type of global object that overrides the attributes of an IDO property class of the same name. Property class extensions apply only to components that are bound to IDO properties for which there is an IDO property class. In these cases, a WinStudio property class extension lets you standardize how components override the IDO property class behavior. A component can override the attributes of its property class extension. Attributes that are not overridden can be updated in the property class extension, automatically updating every component that inherits from the class.

You can create a property class extension for any IDO property class that exists in the IDO objects database. Packaged attributes are inheritable in the WinStudio inheritance hierarchy.

To create a property class extension:

  1. Enter Design Mode.
  2. On the Edit menu, select Property Class Extension.
  3. Click New.
  4. Specify a Name for the property class extension.
  5. Specify the attributes of the property class extension.
  6. Click OK.

Related Topics

About Inheritance from IDOs, Component Classes, and Property Class Extensions

Tip: Inheritance Strategies