[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 END CLASS
 End a class declaration
------------------------------------------------------------------------------

 Syntax:

    END CLASS

 Description:

    This command ends a class declaration.  This command can only be used
    if a CREATE CLASS command has already been used to begin a class
    declaration.

    After the END CLASS command has appeared, the method definition
    commands METHOD FUNCTION and METHOD PROCEDURE can be used to
    define the methods which were declared in the class declaration.

 Note:

    After the END CLASS command has appeared in a module, any
    occurrences of the METHOD command are treated as an abbreviated form of
    the METHOD FUNCTION command.  This means that the behaviour and
    syntax of the METHOD command is different inside and outside a class
    declaration block.  See METHOD FUNCTION for more information.

See Also: CREATE CLASS METHOD [FUNCTION] METHOD PROCEDURE
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson