System.Rtti.TValue.IsObject

From RAD Studio API Documentation
Jump to: navigation, search

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

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