Class browsing xharbour/fivewin code
Posted: Fri Jul 15, 2005 9:37 am
Hi,
How involved would it be to browse xharbour/fw code in the class browser?
Alex
CLASS Myclass
// Definitions
Method New
Method End
DATA cVar1
ENDCLASS
// Implementation
Method New() CLASS Myclass
return Self
How involved would it be to browse xharbour/fw code in the class browser?
Alex
CLASS Myclass
// Definitions
Method New
Method End
DATA cVar1
ENDCLASS
// Implementation
Method New() CLASS Myclass
return Self