System.Rtti.IValueData.GetDataSize
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.