David
Thu Jun 24 00:02:38 CDT 2004
Budieko,
In the class designer itself, there is no way to display a comment block
that you have in a method while you are editting the subclass. One thing you
can do is use the Method comment that can be shown at the bottom of the
property sheet when you select the method. That is limited to 254
characters.
If you start the class browser it'll add a toolbar button that allows you to
"View ParentClass Code".
It's also fairly easy to write a utility that would extract that
documentation and publish it in HTML files.
--
df - Microsoft MVP FoxPro
http://www.geocities.com/df_foxpro
"budieko" <eko_dja@myrealboxJUSTREMOVE.com> wrote in message
news:%23K7MfoYWEHA.3492@TK2MSFTNGP10.phx.gbl...
> Hi Experts,
> How to make our comments in a class appear in subclass ?
> I need to know parameters that is needed for DoDefault()
> function in a subclass without opening the class itself.