Data.Bind.DBScope.TCustomBindScopeDB.ClearModified

From RAD Studio API Documentation

[–] Properties
Type: procedure
Visibility: protected
Source: Data.Bind.DBScope.pas
Unit: Data.Bind.DBScope
Parent: TCustomBindScopeDB

Delphi

procedure ClearModified(ABindComp: TBasicBindComponent); virtual;

Description

Clears the 'Modified' flag of the data link of the current binding.

The ClearModified method clears the 'Modified' flag of the data link of the current binding, thus setting it to False.

See Also