System.Rtti.TValue.IsArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsArray: Boolean;

C++

bool __fastcall IsArray();

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

Call IsArray to check whether the value stored in the TValue record is an array. Arrays cannot be converted to another type, so you must explicitly verify whether the enclosed value is an array and take appropriate actions.

See Also