IBX.IBDatabase.TIBTransaction.AllowAutoStart

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AllowAutoStart : Boolean read FAllowAutoStart write FAllowAutoStart default true;

C++

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

Properties

Type Visibility Source Unit Parent
property published
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBTransaction

Description

Specifies whether the transaction can start automatically.

Use AllowAutoStart to specify whether the transaction can start automatically. Set AllowAutoStart to True to allow the transaction to start automatically and to False, otherwise.

See Also