Forum Discussion

warnerbrothers1's avatar
warnerbrothers1
New Contributor
2 years ago

Is there any way to pass array of custom class objects from delphi to testcomplete?

I need to get an array (or TList, or something else) of custom class objects from a Delphi-method to TestComplete. For example, there is a method in Delphi: type TMyArray = array of TMyClass; ... ...