Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inheritance
Message
From
14/11/2002 04:47:31
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
14/11/2002 04:30:17
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00722562
Message ID:
00722568
Views:
10
>Hello!
>
>Is it possible to inherit a class with a description?
>
>eg:
>basic class has a method 'printWhenDone' which has for example the following structure:
>
>lpara cRepo,cDone
>
>*-- cRepo should only be printed when cDone is .T.
>
>......
>
>
>the inherited class should now show the lpara... command as well as my comments *-- cRepo should .....
>
>Maybe somebody knows help!!!
>
>TIA

Robert,
Parameters show in inherited class. Put comments in description. It looks like :

define class myClass as SomeClass
*--cRepo should be printed ...
procedure myProc
lparameters p1,p2,...
endproc
enddefine

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform