ContributionsMost RecentMost LikesSolutionsClickCell property not accessibleI have a grid which is a VCL object. When I try to call Grid.Properties, ClickCell is not shown in the properties list. Why is it so. How can I get is accessible. Please let me know.Identifying tab indicators of a particular tab in Delphi application.How to identify tab indicators associated with a particular tab in Delphi application. In a VCL object all the tabs and identifiers are recognized as child objects but I could not identify which indicator corresponds to which tab since they the tab name and the indicators are not displayed sequentially.Handling expected test log errors.My test log would show some expected errors due to which the script is mistaken to be failed in functionality.Is there a way to handle it like replacing them as warnings or deleting them from the log. Object properties are not coming up in the test scriptSometimes associated object properties are not showing up in the test script. They are coming up when the full name of the object is given in a single line. Set xyz = objtype1(obj1).objtype2(obj2).objtype3(obj3). all is well. BUt when it is defined as Set temp = objtype1(obj1).objtype2(obj2) Set temp.objtype3(obj3). associated object properties are not shown up.How to display VCLObject's child objects in orderI am displaying the captions of VCLObject's child objects . But I am not sure in what order they are displayed. I need them to be displayed in the order they are visible on the application.