Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V22.1
  • 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