Unit Dbmode

***************************************************** GrepEng Component This unit contains the code for the the DBModeIndicator. DBModeIndicator appears the same as the mode indicator in the Delphi demo MastApp. Unlike the mode indicator in MastApp DBModeIndicator attatches to a TDataSource and responds automatically to DataSet state changes. Highlight, Dimmed and Active colors can be set in the object inspector. Paul Warren HomeGrown Software Development (c) 1995 Langley British Columbia. (604) 530-9097 e-mail: hg_soft@uniserve.com Home page: http://haven.uniserve.com/~hg_soft

Classes

TDBModeIndicator -

Functions

Register - register component

Types

Constants

DatasetStates

Variables


Functions


procedure Register;

register component

Types


Constants

DatasetStates = ('Not active', 'Browsing', 'Editing', 'Inserting', 'Setting key', 'Calculating')


Variables