RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBTables.TTraceFlag Enumeration
Pascal
TTraceFlag = (
  tfQPrepare,
  tfQExecute,
  tfError,
  tfStmt,
  tfConnect,
  tfTransact,
  tfBlob,
  tfMisc,
  tfVendor,
  tfDataIn,
  tfDataOut
);
C++
enum TTraceFlag {
  tfQPrepare,
  tfQExecute,
  tfError,
  tfStmt,
  tfConnect,
  tfTransact,
  tfBlob,
  tfMisc,
  tfVendor,
  tfDataIn,
  tfDataOut
};

DBTables

This is record DBTables.TTraceFlag.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!