RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXValueTypeFlagsEx Class

Temporary extension of TDBXValueTypeFlags class.

Pascal
TDBXValueTypeFlagsEx = class(TDBXValueTypeFlags);
C++
class TDBXValueTypeFlagsEx : public TDBXValueTypeFlags;

DBXCommon

This class is an extension of the TDBXValueTypeFlags class. Its flags provide information about a TDBXValueType instance.

Note: Classes ending in “Ex” are temporary classes that exist to avoid breaking interfaces. Their contents will be migrated to their base class in the next release.
This table contains the flag constants.

Constant 
Description 
Used internally to indicate that most recent value types should be used if applicable. Only used by the most up to date driver implementations since use of these types breaks old interfaces.  

 

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