Data.Bind.DBScope.TCustomBindScopeDB.SetModified

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 SetModified(ABindComp: TBasicBindComponent); virtual;

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