Data.DBXCommon.TDBXValueType.AutoIncrement

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.