On 30/09/2006, at 10:36 PM, Phil M wrote:
In REALbasic 2005, a new type was added called a Computed Property. This type shows up in the Debugger just like a Regular type, has unique parts for Get and Set (read and/or write only), and has a lower overhead than general methods (much faster).
So Computed Properties are, with some further naming constraints, what a C++ programmer would call a non-virtual method?
This means the long-standing issue with RGBSurface's methods having become virtual could be fixed by making them Computed Properties?
_______________________________________________ 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>
