6.3.1 Declaration

Declaration of methods in classes follows the same rules as method declarations in objects:

_________________________________________________________________________________________________________
methods

--method definition----function header----;-method directives------------
                 |-procedure header--|
                 |constructor header|
                 --desctuctor header--

--method directives-------------------------------------------------
                 --virtual-;----------------| -call modifiers ;--|
                 |           -abstract- ;-| |
                 |------reintroduce -;-------|
                 - message -constant expression-
___________________________________________________________________