System.Rtti.TValue.IsObjectInstance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsObjectInstance: Boolean;

C++

bool __fastcall IsObjectInstance();

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 instance.

Call IsObjectInstance to check whether the value stored in the TValue record is an object instance.
If the stored value is an object instance, IsObjectInstance returns True.

Note: If the value is empty, IsObjectInstance returns False.

See Also