sanjay0288
8 years agoFrequent Contributor
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
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
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.