System.Rtti.TValue.IsClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsClass: Boolean;

C++

bool __fastcall IsClass(void);

Properties

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

Description

Checks whether the stored value is a class reference.

Call IsClass to check whether the value stored in the TValue record is a class reference.

See Also