IsRowLocked property |
Applies to
TIB_Dataset
Declaration
Property IsRowLocked : boolean;
Description
When using PessimisticLocking this property tells you if a lock has been
obtained for the current row in the dataset.
In most cases a lock will not be issued until the row goes into dssEdit state.