cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

reading attribute in method

Former Member
0 Likes
325

Hi frnds ,

can anyone tell me how to read a virtual attribute inside a method .

Both are customized .

View Entire Topic
Former Member
0 Likes

In order to read your object attribute in object method you should use macro SWC_GET_PROPERTY self 'your attri name' var1.

so you will get var1 = value of 'your attri name' .

Reward points if useful,

Gautam

Edited by: Gautam Sinha on Mar 14, 2008 4:28 PM