Skip to content

Class: dbCheckBoxDS [Abstract]

Properties | Events | Methods | Index of Classes

Abstract class that combines the functionality of dbForm and CheckBox allowing a data-entry element to be represented in a checkbox format

Hierarchy

cObject > cUIObject > DfBaseObject > DfBaseWindow > DfBaseUIWindow > DfBaseControl > DfBaseList > DfBaseForm > DfBaseEntry > Entry > dbForm_ > dbFormDS > dbCheckBoxDS

Show full hierarchy and direct subclasses

Library: Windows Application Class Library

Package: DFEnChk.pkg

Mixins: Select_Mixin

Description

The dbCheckboxDS class is an abstract class used to combine the functionality of dbForm and CheckBox allowing a data-entry element to be represented in a checkbox format. Its sub-class dbCheckBox should be used for sub-classing and instantiation.