Class TQueryQBE (unit QueryQBE)
Inherits from
TDBDataSet
Constructors
constructor Create(AOwner:TComponent);
Functions
destructor Destroy;
procedure AddParam(const TempParam, TempSubst: String);
procedure ClearParams;
function CreateHandle: HDBICur;
function ReplaceString(S: String): String;
procedure SetQBE(QBE: TStrings);
Properties
property AnswerTable : String
property AnswerType : TTableType
property AuxTables : Boolean
property BlankasZero : Boolean
property QBE : TStrings
Events
Variables
FAnswerTable : String;
FAnswerType : TTableType;
FAuxTables : Boolean;
FBlankAsZero : Boolean;
FQBE : TStrings;
FRequestLive : Boolean;
NumParams : Integer;
Param : TParamArray;
Subst : TParamArray;
Constructors
constructor Create(AOwner:TComponent);
Functions
destructor Destroy;
procedure AddParam(const TempParam, TempSubst: String);
procedure ClearParams;
function CreateHandle: HDBICur;
function ReplaceString(S: String): String;
procedure SetQBE(QBE: TStrings);
Properties
property AnswerTable : String
property AnswerType : TTableType
property AuxTables : Boolean
property BlankasZero : Boolean
property QBE : TStrings
Events
Variables
FAnswerTable : String;
FAnswerType : TTableType;
FAuxTables : Boolean;
FBlankAsZero : Boolean;
FQBE : TStrings;
FRequestLive : Boolean;
NumParams : Integer;
Param : TParamArray;
Subst : TParamArray;