System.TMarshal.UnsafeAddrOf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function UnsafeAddrOf(var Value): TPtrWrapper; inline;

Properties

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

Description

Returns a wrapped pointer referencing data.

The UnsafeAddrOf method returns the address of the passed-in location Value as a wrapped pointer.

See Also