Check if a type is a managed type.
Source position: system.fpd line 98
function IsManagedType( |
T: TType |
):Boolean; |
IsManagedType returns True if the type T is a managed type, and False if not. This function is evaluated at compile-time.
|
Return pointer to type information for type. |