Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

IsManagedType

Check if a type is a managed type.

Declaration

Source position: system.fpd line 98

function IsManagedType(

  T: TType

):Boolean;

Description

IsManagedType returns True if the type T is a managed type, and False if not. This function is evaluated at compile-time.

See also

TypeInfo

  

Return pointer to type information for type.


Documentation generated on: Jul 24 2023