Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
enumeration of items
#2
Try GetChildObjects.

example
Macro Macro1763
Code:
Copy      Help
int w=win("Options" "#32770") ;;QM Options dialog
Acc a.Find(w "PROPERTYPAGE" "" "class=#32770" 0x1004)
ARRAY(Acc) b
a.GetChildObjects(b)
int i
for i 0 b.len
,out b[i].Name


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)