Class: PickList_ [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_
Show full hierarchy and direct subclasses
Library: Windows Application Class Library
Package: DFPckLst.pkg
Mixins: Pick_List_mixin
Description
PickList_ is 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 subclass CodePickList should be used for sub-classing and instantiation.