Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using Set in Descriptive Programming
#4
Not Solved
As stevol said, these objcoll is a collection of WinButton objects. Here're some of the things you can do with it:
Ask how many are these: objcoll.count
Access a the first of these objects: objcoll.Item(0)
Run through all of them, and highlight them one at a time (of course you can also input them, click them, or anything else):

Code:
For i = 0 to objcoll.count -1
   objcoll.item(i).highlight
Next
Reply


Messages In This Thread
RE: Using Set in Descriptive Programming - by yaron.assa - 11-24-2008, 01:23 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Dynamic descriptive Programming issue in Terminal Emulator cprasad 1 1,758 04-25-2019, 08:17 PM
Last Post: Ankur
  UFT Tool support with Descriptive programming laks 1 1,643 07-05-2018, 05:31 PM
Last Post: Ankur
  UFT Descriptive Programming objects not identified in a secure & private intranet env bugfinder2 1 1,672 06-07-2017, 01:41 PM
Last Post: Ankur
  UFT descriptive programming Browser("creationtime:=-1") not always working SOUMYADEEP 0 2,901 01-20-2017, 01:53 AM
Last Post: SOUMYADEEP
  Inserting variable values into Descriptive Programming Functions eske99 2 3,156 12-18-2015, 01:47 PM
Last Post: vinod123

Forum Jump:


Users browsing this thread: 1 Guest(s)