System.IsManagedType

From RAD Studio API Documentation
Jump to: navigation, search

API:System.IsManagedType

Description

Returns true if T is a interface, string or dynamic array, or a record containing such. A class containing a managed type will return false.

In XE6 and older you have to use System.Rtti.IsManaged.


See Also