RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXValueTypeFlags Class

Flags used by TDBXValueType.

Pascal
TDBXValueTypeFlags = class;
C++
class TDBXValueTypeFlags;

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 type is read only  
Hidden  
Value type is hidden  
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.  
Used internally to mark a server method in out parameter as being a descendant of TDBXWritableValue. These are nullable parameters, regardless of their type.  
Used to mark a parameter as being specified in the command text property as a literal value.  

 

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