Data.Bind.DBScope.TCustomBindScopeDB.GetIsModified

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

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

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