Data.Bind.DBScope.TCustomBindScopeDB.GetIsModified

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetIsModified(ABindComp: TBasicBindComponent): Boolean; virtual;

Description

Returns whether the 'Modified' flag of the data link of the current binding is set.

The GetIsModified method returns whether the 'Modified' flag of the data link of the current binding is set to True.

See Also