Skip to main content

Create(TdxEntityInfo,TArray<string>,Boolean,Boolean) Constructor

Initializes a new instance of the TdxMemberInfoCollection class with specified settings.

Declaration

constructor Create(AEntityInfo: TdxEntityInfo; const AMatches: TArray<string>; AAddNonPersistent: Boolean; AThrowOnError: Boolean); overload;

Parameters

Name Type
AEntityInfo TdxEntityInfo
AMatches TArray<T>
AAddNonPersistent Boolean
AThrowOnError Boolean
See Also