Icon LockRetryCount Property

property LockRetryCount: Byte

Usage

Use the LockRetryCount property to specify the number of times DBISAM will retry a record lock or table lock before displaying a lock failure message. The amount of time between each lock retry is controlled by the LockWaitTime property of the TDBISAMSession component.

Information This property only affects datasets (TDBISAMTable or TDBISAMQuery components) attached to this TDBISAMSession component via their SessionName property.
Image