samirc23Contributor13 years agoInputKind Propertyhi, how to enable SmartInput feature? plz check out this link for more information - http://support.smartbear.com/viewarticle/28094/?_ga=1.224096088.2127464731.1383560853Show More
TanyaYatskovskaAlumni13 years ago Hi Sam, As the property is applied to the TcxDateEdit object, you need to get it first. Here is the example: function test() { var cntlDateEdit = UserForms.UserForm1.cxDateEdit1; cntlDateEdit.Properties.InputKind = "ikStandard"; }
Recent DiscussionsSend Request Operation - Response Body?Elements detected, clicked in wrong location with ChromeLatency and Device Disconnect Issues in Test Complete Mobile Testing
Related ContentHow to create a JSONPath Property Transfer including a ${Properties#property} ?Operating with TestCase propertiesComparison of Two Property Values In Two Different Properties Steps