Forum Discussion

sanjay0288's avatar
sanjay0288
Frequent Contributor
7 years ago
Solved

Query on aqobject.IsSupported

Hi, I have a delphi widget. Where i want to check whether the obj.wItem(1,0) is supported. Is it possible to check this condition using testcomplete
  • tristaanogre's avatar
    tristaanogre
    7 years ago

    To check property values, that's what aqObject.CheckProperty is for.  As shankar_r states, IsSupported is intended to determine whether or not a particular object has a property, method, field, or event by the indicated name.