Can anyone tell me where to find the functional equivalent of the VisualBasic 6.0 "Procedure Attributes" in PowerBasic? In VB6 you could place your cursor on a property or method and then select:
Tools | Procedure Attributes...
In this dialog you could configure the help text that would be displayed in the com browser for each method or property in your class. I used it extensively to make my components self documenting.
You could also define a particular property as the "Default Property" which was also very handy.
So, What's the PB way of doing these things?
-Wes
Tools | Procedure Attributes...
In this dialog you could configure the help text that would be displayed in the com browser for each method or property in your class. I used it extensively to make my components self documenting.
You could also define a particular property as the "Default Property" which was also very handy.
So, What's the PB way of doing these things?
-Wes
Comment