fIncUpdate property
bool
get
fIncUpdate
Reserved; used internally by the system.
Implementation
bool get fIncUpdate => _fIncUpdate != FALSE;
set
fIncUpdate
(bool value)
Implementation
set fIncUpdate(bool value) => _fIncUpdate = value ? TRUE : FALSE;