Forum Discussion
tristaanogre
16 years agoEsteemed Contributor
DelphiScript in Test Complete is a non-typed language. Everything is an OleVariant so you can't declare a variable as type TObject and use it as such.
The work around for creating customer objects is to use the ODT.Classes object structure for creating custom classes and objects
The work around for creating customer objects is to use the ODT.Classes object structure for creating custom classes and objects