|
Copyright ® (1999-2008) EDMGROUP Pty Ltd - EZY Prolog Reference |
[This is preliminary specification and subject to change.]
Group
Type
determ
Syntax
ezy_object_address( WINDOW CTRLWIN, SLIST ADDRESS)
Flow patterns
(i,o)
Description:
Get full address of the WINDOW as list of parent names:
ADDRESS = ["grand_parent"...,"parent","me"]
Sample:
ezy_object_address(CTRLWIN, CTRL_ADDRESS),
write("Object Address = ",CTRL_ADDRESS),