|
-
Aug 18th, 2010, 06:40 AM
#1
Thread Starter
Fanatic Member
Delete Array control
Hi
Is there some way to delete all controls in forms (shape ) is a array, without to click each and to delete?
Because over shape is label control then I need to move Label control and after to delete shape control and go back Label control to original position
Is there some way to delete all control (shape array ) ?
tia
-
Aug 18th, 2010, 06:49 AM
#2
Re: Delete Array control
If you're asking how to delete all controls from the form then it can be done by pressing CTRL+A and then DELETE key.
You ca n also select all controls from the Edit > Select All menu or with your mouse (press it down and hold it and drag it to select all controls).
Sorry if I misunderstood you.
-
Aug 18th, 2010, 06:53 AM
#3
Thread Starter
Fanatic Member
Re: Delete Array control
Sorry
But, I want to delete only a control (shape), but It is a array
-
Aug 18th, 2010, 07:42 AM
#4
Re: Delete Array control
Then you'll have to select them one-by-one I guess... Just out of curiosity - how many controls do you need to delete?
-
Aug 18th, 2010, 07:44 AM
#5
Thread Starter
Fanatic Member
Re: Delete Array control
Thank
Only a control, but It is array with 50 members
-
Aug 18th, 2010, 08:14 AM
#6
Re: Delete Array control
Well, all you need is only one instance with Index 0 - rest of them can be loaded at runtime.
-
Aug 18th, 2010, 08:57 AM
#7
Thread Starter
Fanatic Member
Re: Delete Array control
Yes, but in my case I do not necessary this control , alll index must to deleted
-
Aug 18th, 2010, 12:10 PM
#8
Re: Delete Array control
I'm afraid you missed my point so allow me to explain...
When you design a form you don't necessary have to create all controls at design time - vast majority can be created at runtime instead.
If this was your approach from the beginning you wouldn't have to worry about deleting 50 controls - rather one instead.
I hope it's clear now. 
Regards.
-
Aug 18th, 2010, 12:14 PM
#9
Re: Delete Array control
 Originally Posted by mutley
Hi
Is there some way to delete all controls in forms (shape ) is a array, without to click each and to delete?
Because over shape is label control then I need to move Label control and after to delete shape control and go back Label control to original position
Is there some way to delete all control (shape array ) ?
tia 
1. Move the label control out of the way
2. Click your mouse outside the stacked shape controls & hold the mouse button down
3. Drag your mouse so all the shape controls are inside the drag rectangle
4. Release the mouse and hit the delete key.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|