FireDAC.Comp.DataSet.TFDUpdateRecordTypes

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
set
typedef
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: FireDAC.Comp.DataSet

Delphi

TFDUpdateRecordTypes = set of TFDUpdateRecordType;

C++

typedef System::Set<TFDUpdateRecordType, TFDUpdateRecordType::rtModified, TFDUpdateRecordType::rtHasErrors> TFDUpdateRecordTypes;

Description

Defines the types of record updates that can occur within a dataset.


See Also