Unit Datacole

Classes

TDataCollector - This is the definition of the tDataCollector component.
TfrmSetupQuery - This is the declaration for the user-interface part of the component.

Functions

Register - --------------------------------------------------------------------------- } { ------- Code to register the component ---------------------------------- } { ---------------------------------------------------------------------------

Types

TAfterSQLEvent
TPrintReportEvent
TScreenGridEvent

Constants

DefaultCaption
tDCBadSource

Variables

frmSetupQuery


Functions


procedure Register;

--------------------------------------------------------------------------- } { ------- Code to register the component ---------------------------------- } { ---------------------------------------------------------------------------

Types


TAfterSQLEvent    = procedure (Sender : tObject; DataGrid : tStringGrid; DataSet : tQuery) of object

TPrintReportEvent = procedure (DataSet : tDataSet; DataSource : tDataSource) of object
Define event proto-type for our events.
TScreenGridEvent  = procedure (DataGrid : tStringGrid) of object

Constants

DefaultCaption = 'Data searching / reporting tool by ACC'

*)

tDCBadSource = 'tDataCollector: You did not specify a source table.'


Variables

frmSetupQuery : TfrmSetupQuery