EPUB | CHM | PDF

TDataSet.Properties.Modified

Top Previous Next

Indicates whether the active record is modified.

Syntax:

property Modified: Boolean;

Description:

Check Modified to determine if the active record is modified. If Modified is True, the active record is modified. If False, the active record is not modified.

In general, an application need not check the status of Modified. Properties, events, and methods of TDataSet and its descendants that modify records generally check this status automatically and take appropriate actions based on its value.