System.TMarshal.UnfixArray
Delphi
class procedure UnfixArray<T>(ArrPtr: TPtrWrapper); overload;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure | public | System.pas | System | TMarshal |
Description
Decrements the reference count of a specified array.
UnfixArray decrements the reference count of the array referenced by ArrPtr
.