Structures cannot have 'Inherits' statements

Unlike classes, structures do not support inheritance.

Error ID: BC30628

To correct this error

  • Remove the Inherits statement from the structure.

  • Redesign your application to use classes instead.

See Also

Concepts

Structures and Classes

Other Resources

Structures: Your Own Data Types