Data.DBXCommon.TDBXWritableValue.MarkAsPending
Delphi
procedure MarkAsPending;
C++
void __fastcall MarkAsPending(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXWritableValue |
Description
Marks a TDBXWritableValue as pending.
Use MarkAsPending to mark a TDBXWritableValue as pending when you set its value, or if you want to preserve the current value when it hasn't been modified.