Forum Discussion

kiranhh's avatar
kiranhh
Occasional Contributor
13 years ago

aqObject.IsSupported for Sub proprties

Hi,



aqObject.IsSupported works for a property which is at first level. But how to find sub property exists or not?



For Example:



aqObject.IsSupported  works for UIObject.Properties_2, But for UIObject.Properties_2.AllowUserToClearInput, aqObject.IsSupported  does not work.





  • kiranhh's avatar
    kiranhh
    Occasional Contributor
    Never mind, I figured it out.



    It should be used as follows



    aqObject.IsSupported(UIObject.Properties_2,"AllowUserToClearInput")



    If there is any additional comments/suggestions I would be glad to know.