System.Rtti.IValueData.GetDataSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDataSize: Integer;

C++

virtual int __fastcall GetDataSize() = 0 ;

Properties

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

Description

Returns the number of bytes occupied by the data.

GetDataSize returns the number of heap bytes that are used by the referenced data.

See Also