Sys(1272)
This function gives you the complete containership hierarchy for any object. In other words, you hand it an object reference and it'll tell you exactly how to address that object. It's sort of the object version of FULLPATH().
Usage |
cCompleteReference = SYS( 1272, oObject ) |
Example |
* To see exactly where you are while debugging, try this * in the Watch window: SYS(1272, SYS(1270)) * As you move the mouse, you can see exactly which control * you're over with its entire hierarchy. |
If you use the example, remember to remove it from the Watch window before you try to close the form. The reference it creates keeps the form from closing. |
See Also |