Quote:
|
Originally Posted by dragowulf
Can ya better explain the child property to me?
I'm confused on what it does and why we would need it.
|
Supposedly, you couldn't access Groupwindow.Member1.Name.LocalText previously (since Name is a property), and now you can by specifying Groupwindow.Member1.Child.Name.LocalText.
But you could, so... yeah. Maybe if you were trying to directly access the Name object and not any of its properties, but I can't think of what you could even do with that other than show_window.