Forum Discussion

abrar22's avatar
abrar22
Frequent Contributor
9 years ago

Getting the Property Name

Hi All,   I am creating the getter function to get the value of property which I am passing in the parameter but I am getting error as it is not recognising the property  name:   vGetComboBoxValu...
  • HKosova's avatar
    9 years ago

    Instead of

    NameMapAlias.strProperty

    use any of these:

    NameMapAlias[strProperty]
    // or
    aqObject.GetPropertyValue(NameMapAlias, strProperty)