Data.DB.TDataSet.SetModified
Delphi
procedure SetModified(Value: Boolean); inline;
C++
void __fastcall SetModified(bool Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Used internally to set the Modified property.
SetModified is used internally to set the Modified property when the active record is modified. You should not use this method as a setter method for the Modified property.