LockTimeout

<< Click to Display Table of Contents >>

LockTimeout

Declaration

property LockTimeout: Integer;

Description

Contains a numeric value indicating the current SetLockTimeout value. This is the number of seconds that a file or record lock attempt will be retried before failing.

Delphi Example

sSecs := IntToStr( ApolloEnv1.LockTimeout );

ShowMessage( 'Locks will be retried for ' + sSecs + ' seconds.' );

See Also

SetLockTimeOut

URL of this topic:
https://www.apollodb.com/docs/vcl/index_vcl.html?apollovcl_locktimeout.htm