Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class vs Prg
Message
From
30/03/2002 21:59:01
 
 
To
30/03/2002 12:22:29
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00639155
Message ID:
00639235
Views:
26
Here are a few background factors in PRGvsVCX
http://fox.wikis.com/wc.dll?Wiki~PRGvsVCX

**--** Steve


>I just discovered the MessageBox Handler in the Component Gallery. It pretty much duplicates my own MB() function, except that I just keep it as a PRG and not in a VCX.
>
>My question is:
>What advantage is there to making it a class?
>My PRG does the same thing as the Handler.Show(), without having to have another object reference to clean up.
>
>
>My own argument for PRG is that
>  1. It takes less coding :
>    lnResult = mb(cmessage,nbuttons,ctitle)
>    vs
>    lnResult = oObject.Show(cMessage,nButtons,cTitle)
>  2. No chance of a dangling object reference.
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform