Data.Bind.Components.TCustomBindGridLink.GetIsModified

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TCustomBindGridLink

Delphi

function GetIsModified: Boolean;

C++

bool __fastcall GetIsModified();

Description

Protected getter implementation for the IsModified property.

See Also