> I would like to know how to disable group box border?
You can't. Use TPanel instead.
Gambit
I don't see how to do it either using it's properties. What
you can do is drop it on a panel, eliminate the panel's borders
and size the panel so that it's smaller than the group box.
Then position the group box to something like (-2,-2). The
panel will clip what ever from the group box that isn't
visible.
~ JD
> What you can do is drop it on a panel, eliminate the
> panel's borders and size the panel so that it's smaller
> than the group box. Then position the group box to
> something like (-2,-2). The panel will clip what ever
> from the group box that isn't visible.
That's overkill when you could just use a Panel itself, remove its borders
via its Bevel properties, and then get rid of the GroupBox altogether.
Gambit