TAdsTable.LockTable

TAdsTable

Advantage TDataSet Descendant

Locks the table.

Syntax

procedure LockTable;

Description

Call LockTable to lock a table and prevent other applications from placing any locks on this table. Other tables in the same application will be locked out because each table has its own unique table handle.

See Also

AdsLockTable