Data.DBXCommon.TDBXValueType.AutoIncrement

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoIncrement: Boolean read IsAutoIncrement;

C++

__property bool AutoIncrement = {read=IsAutoIncrement, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValueType

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.