Hi yaron,
the .Object.getComponents() is a java command, which extracts the Array that holds the data we want, into a the QTP varliable X for example. same as we do in .Net we throw the array into a varliable and then refer to the varliable (Copy of the actual array)
and tehn we use the functions on that array
Java arrays are usually hidden from you, unless you use .object and drill down into them
and please publish this info o the benefit of all QTP users
