Statement INLINE Foundation
Declares an inline method
INLINE [CLASS] METHOD <MethodName>[ (<xParam,...>) ]
With INLINE, methods are declared which are already implemented within the class declaration CLASS...ENDCLASS. The program code must be written directly following the INLINE METHOD declaration. The last statement of the code should be RETURN. The compiler displays a warning if RETURN is not the last statement.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.