RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBCommon.NODEClass Enumeration
Pascal
NODEClass = (
  nodeNULL,
  nodeUNARY,
  nodeBINARY,
  nodeCOMPARE,
  nodeFIELD,
  nodeCONST,
  nodeTUPLE,
  nodeCONTINUE,
  nodeUDF,
  nodeLIST,
  nodeFUNC,
  nodeLISTELEM
);
C++
enum NODEClass {
  nodeNULL,
  nodeUNARY,
  nodeBINARY,
  nodeCOMPARE,
  nodeFIELD,
  nodeCONST,
  nodeTUPLE,
  nodeCONTINUE,
  nodeUDF,
  nodeLIST,
  nodeFUNC,
  nodeLISTELEM
};

This is record DBCommon.NODEClass.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!