InterviewSolution
Saved Bookmarks
| 1. |
Differentiate Between Parent & Parent Window? |
|
Answer» Parent refers to the PB object where the current object is placed. For example parent in a command BUTTON’s script will refer to the WINDOW in which the command button is placed. Parentwindow is used to refer to the window for which the current MENU is attached. Parent refers to the PB object where the current object is placed. For example parent in a command button’s script will refer to the window in which the command button is placed. Parentwindow is used to refer to the window for which the current menu is attached. |
|