Data.Bind.DBScope.TCustomBindScopeDB.ClearModified

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearModified(ABindComp: TBasicBindComponent); virtual;

Properties

Type Visibility Source Unit Parent
procedure protected Data.Bind.DBScope.pas Data.Bind.DBScope TCustomBindScopeDB

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