FireDAC.Phys.MongoDBWrapper.TMongoCollection.TRemoveFlags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TRemoveFlags = set of TRemoveFlag;

C++

typedef System::Set<TRemoveFlag, _DELPHI_SET_ENUMERATOR(TRemoveFlag::SingleRemove), _DELPHI_SET_ENUMERATOR(TRemoveFlag::SingleRemove)> TRemoveFlags;

Properties

Type Visibility Source Unit Parent
set
typedef
public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoCollection

Description

Set of remove flags that you can pass to remove operations.

See Also