Data.Bind.DBScope.TCustomBindScopeDB.SetModified

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetModified(ABindComp: TBasicBindComponent); virtual;

Properties

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

Description

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

The SetModified method sets the 'Modified' flag of the data link of the current binding to True.

See Also