System.Rtti.IValueData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IValueData = interface

C++

__interface IValueData  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
System.Rtti.pas
System.Rtti.hpp
System.Rtti System.Rtti

Description

Represents an interface to heap stored data.

IValueData is used to maintain an interface to heap stored types such as strings, interfaces, or arrays. IValueData is used internally by the TValueData structure.

See Also