<< Click to Display Table of Contents >> Navigation: Apollo VCL Components > Apollo VCL Component Reference > TApolloEnv > TApolloEnv Properties > 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