Data.SqlExpr.TConnectionData.IsModified

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsModified: Boolean read GetIsModified;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TConnectionData

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