System.GetTypeKind

From RAD Studio API Documentation
Jump to: navigation, search

API:System.GetTypeKind

Description

Returns the RTTI information for a given type.

However because it is a compiler intrinsic, the function is resolved at compiletime and conditional code that evaluates to false will be stripped by the compiler.

See Also