Skip to content

Class: CodePickList_ [Abstract]

Properties | Events | Methods | Index of Classes

Abstract class that allows selection of one or more values from a list of static choices for insertion into database records by a code for each choice in programs handling the database through DataSets

Hierarchy

cObject > cUIObject > DfBaseObject > DfBaseWindow > DfBaseUIWindow > DfBaseControl > DfBaseList > DfBaseForm > DfBaseEntry > DfBaseEntryList > EntryList > WideList_ > WideList > PickList_ > PickList > CodePickList_

Show full hierarchy and direct subclasses

Library: Windows Application Class Library

Package: Dfcdpk.pkg

Mixins: Code_Pick_list_mixin

Description

CodePickList_ is an abstract class used to allow selection of one or more values from a list of static choices for insertion into database records by a code (usually one character) for each choice in programs handling the database through DataSets. Its sub-class CodePickList should be used for sub-classing and instantiation.