Unit DBQBE

*****************************************************} { } { Delphi VCL Extensions (RX) } { } { Copyright (c) 1995, 1996 AO ROSNO } { Copyright (c) 1997 Master-Bank } { } {

Classes

TQBEQuery - TQBEQuery

Functions

Types

TCheckType

Constants

DefQBEStartParam

Variables


Functions


Types


TCheckType = (ctNone, ctCheck, ctCheckPlus, ctCheckDesc, ctCheckGroup);

Constants

DefQBEStartParam = '#'

***********************************************************************} { The Delphi TQBEQuery component. } { This component derives from TDBDataSet and is much like TQuery except } { the language used for Query is QBE (Query by example). } { You can create the QBE queries from Paradox or DatabaseDesktop and then } { load or paste the query strings in the QBE property of TQBEQuery. } {*************************************************************************} {$I RX.INC} {$N+,P+,S-

Variables