Datasnap.Provider.TPacketDataSet.NewValuesModified

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NewValuesModified: Boolean read FNewValuesModified;

C++

__property bool NewValuesModified = {read=FNewValuesModified, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.Provider.pas
Datasnap.Provider.hpp
Datasnap.Provider TPacketDataSet

Description

Indicates whether the NewValue property of any field in the current record has changed.

Read NewValuesModified to determine whether any fields in the current record were edited during the resolving process.

See Also