Data.SqlExpr.TConnectionData.IsModified

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TConnectionData

Delphi

property IsModified: Boolean read GetIsModified;

C++

__property bool IsModified = {read=GetIsModified, nodefault};

Description

Specifies whether the original properties were modified.

IsModified is used to check whether the original properties of the TConnectionData instance where changed or not. The property is True if the properties where changed, and False otherwise.

See Also