Create(TdxEntityInfo,string,Boolean,Boolean) Constructor
Initializes a new instance of the TdxMemberInfoCollection class with specified settings.
Declaration
constructor Create(AEntityInfo: TdxEntityInfo; const APath: string; AAddNonPersistent: Boolean; AThrowOnError: Boolean); overload;
Parameters
Name | Type |
---|---|
AEntityInfo | TdxEntityInfo |
APath | string |
AAddNonPersistent | Boolean |
AThrowOnError | Boolean |
See Also