| View previous topic :: View next topic |
| Author |
Message |
Juliet Nicholson Guest
|
Posted: Fri Jun 25, 2004 2:37 pm Post subject: Panel - Moving existing Component from Form to Form Panel ? |
|
|
Adding a control directly to a Panel is fine, the Panel takes ownership.
But if I try to move a Control already on the Form to the Panel it just
does not attach.
Is there a way of attaching a Control to the Panel using the Object
Inspector ?
|
|
| Back to top |
|
 |
Juliet Nicholson Guest
|
Posted: Fri Jun 25, 2004 2:41 pm Post subject: Re: Panel - Moving existing Component from Form to Form Pane |
|
|
The answer to my own question is : Use Copy, Cut and Paste to Panel.
"Juliet Nicholson" <Juliet (AT) marnict (DOT) demon.co.uk> wrote
| Quote: | Adding a control directly to a Panel is fine, the Panel takes ownership.
But if I try to move a Control already on the Form to the Panel it just
does not attach.
Is there a way of attaching a Control to the Panel using the Object
Inspector ?
|
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Fri Jun 25, 2004 5:42 pm Post subject: Re: Panel - Moving existing Component from Form to Form Pane |
|
|
"Juliet Nicholson" <Juliet (AT) marnict (DOT) demon.co.uk> wrote
| Quote: | Is there a way of attaching a Control to the Panel
using the Object Inspector ?
|
No. You would have to select the component and copy it to the clipboard via
Ctrl-C, then delete the component from the form completely, and then select
the Panel and use Ctrl-V to paste the copied component onto the Panel.
Gambit
|
|
| Back to top |
|
 |
|