IBX.IBDatabase.TIBTransaction.AllowAutoStart

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AllowAutoStart : Boolean read FAllowAutoStart write FAllowAutoStart default true;

C++

__property bool AllowAutoStart = {read=FAllowAutoStart, write=FAllowAutoStart, default=1};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBTransaction

Beschreibung

Gibt an, ob die Transaktion automatisch gestartet werden kann.

Mit AllowAutoStart geben Sie an, ob die Transaktion automatisch gestartet werden kann. Setzen Sie AllowAutoStart auf True, um den automatischen Start der Transaktion zu ermöglichen; ansonsten soll AllowAutoStart auf False gesetzt werden.

Siehe auch