ENDCLASS

Marks the end of a class declaration.

ENDCLASS 
        

Remarks

ENDCLASS must be the last statement in the class body.

For more information on classes, see Visual Studio’s topics on Understanding Classes.

Example

See BEGCLASS example.

See Also

BEGCLASS

Understanding Classes