System.TMarshal.UnfixString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure UnfixString(Ptr: TPtrWrapper); overload;

Properties

Type Visibility Source Unit Parent
procedure public System.pas System TMarshal

Description

Decrements the reference count of a specified string.

The UnfixString method decrements the reference count of the string data referenced by Ptr.

See Also