Class: dbRadioGroupDS [Abstract]

Properties  Events  Methods    Index of Classes

Abstract class that groups multiple radio objects in a visible object, providing selection of no more than one at a time

This is an abstract class and should never be used by a developer for object instantiation. While a developer could use this class for sub-classing, it is not encouraged.

Hierarchy

cObject
---cUIObject
------DfBaseObject
---------DfBaseWindow
------------DfBaseUIWindow
---------------DfBaseContainer
------------------DfBaseGroup
---------------------Group
------------------------RadioGroup
---------------------------dbRadioGroupDS
------------------------------dbRadioGroup

Library: Windows Application Class Library

Package: Dfenrad.pkg

Mixins: DFEntry_Radio_Group_Mixin Nesting_Mixin Navigate_Mixin Server_Mixin Verify_Mixin Find_Edit_Mixin

Description

dbRadioGroupDS is used to group multiple radio objects in a visible object, providing selection of no more than one at a time. Its subclasses dbRadioGroup and dbRadioContainer should be used for sub-classing and instantiation.