FireDAC.Stan.Option.TFDLockPoint
Delphi
TFDLockPoint = (lpImmediate, lpDeferred);
C++
enum DECLSPEC_DENUM TFDLockPoint : unsigned int { lpImmediate, lpDeferred };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FireDAC.Stan.Option.pas FireDAC.Stan.Option.hpp |
FireDAC.Stan.Option | FireDAC.Stan.Option |
Description
Specifies the moment when the changing database record will be locked in the database and marked in the internal data storage as locked.
| Name | Description |
|---|---|
| lpImmediate |
Lock the record right after starting the record editing or deleting. |
| lpDeferred |
Lock the record right before posting updates to the database. |