Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bring to front Or Send to back property?
Message
From
22/07/1998 01:00:45
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00119463
Message ID:
00120022
Views:
43
You can place the object in any order at design time using the "Send to back" and "Bring to front" actions. At runtime, use ZOrder() method. So, the Controls collection is not really read-only at runtime. As said, ZOrder changes the order in the collection and AddObject and RemoveObject methods add and remove elements from the list. So, I would say that having these powerful methods to manage the collection, it is not read-only. :)

Vlad

>Unfortunately it's only readable at run-time. The actual change made at design time is to change the physical order of the object's record in the scx. Very ugly to want to change this in the scx table. Why they don't just make a zorder property, similar to taborder, is beyond me.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform