Icon RecordIsLocked Method

function RecordIsLocked: Boolean

Usage

Use this method to determine if the current row has been locked by the LockCurrentRecord method. This method only includes manually-locked rows and will not indicate if a row is locked via the Edit method when the current session's RecordLockProtocol is set to lpPessimistic. Such row locks are considered implicit.

Information This method is only used in the context of the descendant TEDBTable, TEDBQuery, TEDBScript, and TEDBStoredProc components.
Image