RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBCommon.TExprNodeKind Enumeration
Pascal
TExprNodeKind = (
  enField,
  enConst,
  enOperator,
  enFunc
);
C++
enum TExprNodeKind {
  enField,
  enConst,
  enOperator,
  enFunc
};

This is record DBCommon.TExprNodeKind.

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