ENDCLASS

End the declaration of a class.

Syntax

ENDCLASS

Description

ENDCLASS marks the end of a class declaration. It is usually followed by the class methods that are not INLINE.
Examples
      CLASS TWindow
         DATA   hWnd, nOldProc
      ENDCLASS
Status

Ready

Compliance

ON ERROR is a Harbour extension.

Platforms

All

See Also