System.TMarshal.UnfixArray

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also