Data.DB.TDataSet.SetModified

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSet

Delphi

procedure SetModified(Value: Boolean); inline;

C++

void __fastcall SetModified(bool Value);

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.

See Also