RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBCommon.TParserOption Enumeration
Pascal
TParserOption = (
  poExtSyntax,
  poAggregate,
  poDefaultExpr,
  poUseOrigNames,
  poFieldNameGiven,
  poFieldDepend
);
C++
enum TParserOption {
  poExtSyntax,
  poAggregate,
  poDefaultExpr,
  poUseOrigNames,
  poFieldNameGiven,
  poFieldDepend
};

This is record DBCommon.TParserOption.

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