System.Rtti.IValueData.GetReferenceToRawData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetReferenceToRawData: Pointer;

C++

virtual void * __fastcall GetReferenceToRawData() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
System.Rtti.pas
System.Rtti.hpp
System.Rtti IValueData

Description

Returns a pointer to the referenced data.

Use GetReferenceToRawData to obtain a pointer to the referenced heap data. The obtained pointer is not always safe to use, because the reference counting may have actually disposed of the data.

See Also