Mega Code Archive

 
Categories / Delphi / Examples
 

Go back to your parent

When using Delphi's visual designer to create your forms, it's not too hard to get lost in all the controls you may have on it. Did you know that you can make the selection move from the currently selected control to its parent control just by pressing ESCape? For example, if you select a button that's located directly on your form and press ESC, the selection will move to your form (the parent of the button control).