to modify a method of a class we use OVERRIDE METHOD but if I wish add a method "on line" on a class How I can make ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos) I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
EXTEND CLASS <ClassName> WITH [MESSAGE <MessageName>] METHOD <FunctionName> EXTEND CLASS <ClassName> WITH MESSAGE <MessageName> INLINE <expression> EXTEND CLASS <ClassName> WITH DATA <MemberName> [PERSISTENT]
what mean for MessageName I must add a new function to a class EXTEND CLASS TXXX WITH [MESSAGE <MessageName>] METHOD Myfunction()
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos) I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com