Open main menu

RAD Studio API Documentation β

System.Rtti.TValue.IsObject

Delphi

function IsObject: Boolean;

C++

bool __fastcall IsObject();

Properties

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

Contents

Description

Checks whether the stored value is an object reference.

Call IsObject to check whether the value stored in the TValue record is an object reference.
If the stored value is an object instance, or the value is empty, IsObject returns True.

See Also

Code Examples