Saturday 7 April 2012

To view the properties and value of Object in Design time


set d=Window("Flight Reservation").WinButton("FLIGHT").GetTOProperties
a=d.count
For i=0 to a-1
j=d(i).name&" "&d(i).value
print j
Next

No comments:

Post a Comment