A BParameterGroup
object serves as a logical grouping of
BParameter
s.
Each BParameter
belongs to exactly one
BParameterGroup
,
and is in fact created by the
BParameterGroup
object to which it belongs, via the
BParameterWeb::MakeGroup()
function.
BParameterGroup
s
can be nested one inside another.
A BParameterGroup
object that's owned by a
BParameterWeb
is a logical candidate for a pane in a multi-pane control panel such as a
BTabView
,
wherein each tab causes another
BParameterGroup
's
BParameter
s
to be displayed.