Datasnap.Provider.TPacketDataSet.NewValuesModified

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.Provider.pas
Datasnap.Provider.hpp
Unit: Datasnap.Provider
Parent: TPacketDataSet

Delphi

property NewValuesModified: Boolean read FNewValuesModified;

C++

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

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