ENDCLASS
End the declaration of a class.
Syntax
ENDCLASS
Arguments
(This statement has no arguments)
Description
ENDCLASS marks the end of a class declaration. It is usually followed by the class methods that are not INLINE.
Examples
CREATE CLASS TWindow VAR hWnd, nOldProc ENDCLASS
Compliance
Harbour
Platforms
All
Seealso
Object Oriented Programming, CLASS, METHOD, DATA
Pingback: Harbour Statements | Viva Clipper !
Pingback: Harbour Commands | Viva Clipper !
Pingback: Harbour RG Summary | Viva Clipper !