Data.DBXCommon.TDBXValueType.AutoIncrement
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXValueType |
Delphi
property AutoIncrement: Boolean read IsAutoIncrement;
C++
__property bool AutoIncrement = {read=IsAutoIncrement, nodefault};
Description
Gets the value that determines whether or not this describes an autoincrement value.
Use AutoIncrement to get the value that determines whether or not this TDBXValueType instance describes an autoincrement value.