Create(TArray<Byte>) Constructor
In This Article
Initializes a new instance of the TdxMemoryStream class with specified settings.
#Declaration
Delphi
constructor Create(const AContent: TArray<Byte>); overload;
#Parameters
Name | Type |
---|---|
AContent | TArray |
See Also