Inidcates whether Autoinc field values will cycle.
property AutoincCycled: Boolean;
Description
If AutoincCycled is set to false, then if AutoincMaxValue is exceeded, an exception is raised.
If AutoincCycled is set to true and AutoincMaxValue is exceeded, an AutoincMin value is assigned.
|