Documentation
Getting Started
New Features
Component Guide
Programming
    Language Guide
    Language Ref.
       General Design
       Lexical Structure
       Expressions
       Objects
       Methods
       Classes
       heitml Tags
          ? Tag
          assign Tag
          defautoclose Tag
          break Tag
          callenv Tag
          dbdatabase Tag
          dbquery Tag
          dbupdate Tag
          def Tag
          defclass Tag
          defbody Tag
          defenv Tag
          defhtml Tag
          defwysiwyg Tag
          for Tag
          forin Tag
          forsep Tag
          if Tag
          elsif Tag
          else Tag
          include Tag
          includeonce Tag
          inherit Tag
          let Tag
          mail Tag
          return Tag
          shell Tag
          while Tag
          writefile Tag
          \ Tag
       heitml Functions
       Database Access
       Global Variables
       Form Fields
       Server Variables
       Sessions
       heitml Syntax
    Component Ref.
    Class Library
    User Components
    Tryout Form
    Tutorial
    heitml 1
User Guide
Registration
Frame
    

inherit Tag

Format: <inherit ClassName1, ... >

Context: The inherit tag must be used inside a def, defenv, or defclass tag, directly following the def, defenv, or defclass tag.

Purpose: Syntactically, object classes are defined using the inherit tag in the body of the def, defenv or defclass tag. The inherit tag lists the classes from which definitions are inherited. These are the super classes of the class being defined.

See Also: For a class reference list, see the Class Library.


This page was dynamically generated by heitml
© 1996-2008 H.E.I. All Rights Reserved