Data.Bind.DBScope.TCustomBindScopeDB.ClearModified

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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