RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DB.TPSCommandType Enumeration
Pascal
TPSCommandType = (
  ctUnknown,
  ctQuery,
  ctTable,
  ctStoredProc,
  ctSelect,
  ctInsert,
  ctUpdate,
  ctDelete,
  ctDDL
);
C++
enum TPSCommandType {
  ctUnknown,
  ctQuery,
  ctTable,
  ctStoredProc,
  ctSelect,
  ctInsert,
  ctUpdate,
  ctDelete,
  ctDDL
};

DB

This is record DB.TPSCommandType.

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