Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Anyone still use 'Set Procedure To'?
Message
 
To
09/08/2007 19:31:35
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01247248
Message ID:
01247280
Views:
25
Hi Vernon,

PRG based classes still have some advantages over VCX based classes (and some disadvantages, as well, of course). For instance, it's faster to instantiate them. Renaming, adding and removing methods and properties is faster in PRG, as well. While you could use NEWOBJECT() for PRG based classes, CREATEOBJECT() is faster, but requires SET PROCEDURE TO.
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform