whats new ¦  programming tips ¦  indy articles ¦  intraweb articles ¦  informations ¦  links ¦  interviews
 misc ¦  tutorials ¦  Add&Win Game

Tips (1541)

Database (90)
Files (137)
Forms (107)
Graphic (114)
IDE (21)
Indy (5)
Internet / LAN (130)
IntraWeb (0)
Math (76)
Misc (126)
Multimedia (45)
Objects/
ActiveX (51)

OpenTools API (3)
Printing (35)
Strings (83)
System (266)
VCL (242)

Top15

Tips sort by
component


Search Tip

Add new Tip

Add&Win Game

Advertising

32 Visitors Online


 
...select a parent component at design time when it's not visible ?
Autor: Loïs Bégué
Homepage: http://www.begue.de
[ Print tip ]  

Tip Rating (8):  
     


When sie z.B. einen TPanel auf einen Formular auf alClient Größe eingestellt
haben, dann können Sie das Formular Objekt darunter nicht mehr mit der Maus
selektieren.
Aber so geht's:
1. Panel anclicken
2. ESC drücken
ESC selektiert automatisch die Eltern-Komponent des aktiven Objekts,
also das TForm in diesem Fall.

Auch bei "verschachtelte Komponente" können Sie wiederholt auf ESC drücken,
um jeweils eine Ebene "höher" zu landen bzw. zu selektieren.

Es ist auch manchmal schneller als die Component im IDE Explorer zu suchen...

{**************************************************************}

Maybe you have a Panel on your Form with Alignement:=alClient.
You cannot select the underlying Form with the Mouse.
The quick way to select it:
1. select the panel
2. Press ESC
It works with all Child components.
Also many times in a row.
ESC always selects the Parent of the activ component.

This's sometimes faster than looking for the control in the IDE Explorer...

 

Rate this tip:

poor
very good


Copyright © by SwissDelphiCenter.ch
All trademarks are the sole property of their respective owners