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_ > PickList
Show full hierarchy and direct subclasses
Library: Windows Application Class Library
Package: DFPckLst.pkg
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.