RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXValueTypeFlags Class

Flags used by TDBXValueType.

Pascal
TDBXValueTypeFlags = class;
C++
class TDBXValueTypeFlags;

DBXCommon

These flags provide information about a TDBXValueType instance. The TDBXValueType.GetFlags method returns a bit mask of these flags logically ORed together. 

This table shows the flag constants.

Constant 
Description 
Value is nullable  
Value is read only  
Value is searchable  
Value is autoincrement  
Value is read only  

 

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