i am taking the property list of PBObjects/Controls. So i need to take the property. I got the property values throug variable definition.
for ex
vd_def = cd_def.variablelist[li_i]
vd_def.name
vd_def.initialvalue // if this initial value is enumerated, then how can i get this value
please help me.
Thanks in advance.