FireDAC.Phys.SQLite.TFDSQLiteBackup.BusyTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BusyTimeout: Integer read FBusyTimeout write FBusyTimeout default 10000;

C++

__property int BusyTimeout = {read=FBusyTimeout, write=FBusyTimeout, default=10000};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.SQLite.pas
FireDAC.Phys.SQLite.hpp
FireDAC.Phys.SQLite TFDSQLiteBackup

Description

BusyTimeout controls the timeout of waiting for a lock to be released.

Use BusyTimeout property to specify the time in milliseconds that FireDAC should wait for a lock on the source or destination database to be released. The property is used together with WaitForLocks.

The default value is 10000.

See Also