Data.Bind.Components.TCustomBindGridLink.ClearModified

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearModified;

C++

void __fastcall ClearModified();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindGridLink

Description

Clears the 'Modified' flag of the current binding's data link.

The ClearModified method clears the 'Modified' flag of the current binding's data link, thus setting it to False.

See Also