READ WRITE
Publicado: Jue Nov 30, 2006 10:19 pm
Hi
Might not be the place to ask...
Can I do something like this
PROPERTY FName INIT "" READ Get WRITE Set
PROPERTY LName INIT "" READ Get WRITE Set
PROPERTY Age INIT 0 READ Get WRITE Set
Get(PropertyName, xValue)
Set(PropertyName, xValue)
I guess what I'm asking, is there any way to know what property called the
Get/Set method.
I can then do a case inside GET/SET to handle any validation required, or
just fall though.
Thanks
Nick
Might not be the place to ask...
Can I do something like this
PROPERTY FName INIT "" READ Get WRITE Set
PROPERTY LName INIT "" READ Get WRITE Set
PROPERTY Age INIT 0 READ Get WRITE Set
Get(PropertyName, xValue)
Set(PropertyName, xValue)
I guess what I'm asking, is there any way to know what property called the
Get/Set method.
I can then do a case inside GET/SET to handle any validation required, or
just fall though.
Thanks
Nick