samirc23Contributor12 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
TanyaYatskovskaAlumni12 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 DiscussionsApplication url change managementDelphi Mainmenu items is not clickedTestComplete Chrome Host (32-bit) process not clearing up after running test
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