Dynamic Tables

This functionality is supported only if you are using the Classic Agent.

If columns have objects in them, such as links or controls, Silk Test Classic declares each of the links and controls when you record window declarations for the column.

If your application dynamically builds tables, such that you do not know at runtime how many rows there will be and consequently do not know how many objects there will be, you should not declare individual objects in tables. You should remove their declarations from those that Silk Test Classic creates when you declare a window.

You can use the GetRowChildren method to get a list at runtime of all children (controls and objects) in a specified row of a table or column.