Does any one else think that when defining a New Event it would be
nice to be able to write and store comments in the "code" area
describing the event intent and return value function?

Good idea, and should be applied to Interface methods too, consistent
with the pattern already established with Properties.

Event Change() Returns InhibitAction As boolean

For backwards compatibility in the implementing code:

        InhibitAction = True
        Return

Would be the same as

       Return True

This one I'm not so keen on -- I think it would be quite confusing
actually. But if we had the first one, it could serve much the same
purpose, especially if the IDE put the first line of the comment into
the hint at the bottom of the code editor window, after the name and
type.

lj
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to