On May 1, 2013, at 7:26 AM, Christian Schmitz <[email protected]> wrote:
> Am 01.05.2013 um 15:13 schrieb Alfred Van Hoek <[email protected]>: > >> I know how to use shared methods in a class declaration. However, while you >> can use shared properties in REALStudio, I am just wondering how you should >> set up a shared property in a struct. What is the limitation? > > shared properties work in classes, not in structures. I know, but you do know that in RealStudio you can provide an integer, or whatever as a shared property, right? So somehow, you should be able to do this in a plugin. The struct I mentioned is the ClassData struct you normally can access with a standard getter or setter. But because we are dealing with a shared entity, this struct is not available because their is not an instance of the class created... - Alfred Van Hoek [email protected] [email protected] http://vanhoekplugins.com _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
