Forum Discussion

DenisMedvedev's avatar
DenisMedvedev
Contributor
9 years ago
Solved

How get object reference?

The bellow code works fine with system SetText(string) method   ODT.Data.CustomerTextField.GetObject().SetText("test") GetObject method reterns me NameMapping.Sys.Orders.OrderForm.Group.Customer o...
  • ghuff2's avatar
    ghuff2
    9 years ago

    You're basically asking to add user-defined functions (SetValue) onto TestComplete defined objects (Aliases.blah...). As far as I'm aware that's not possible.