System.TypeOf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TypeOf(X: object): Pointer;

Properties

Type Visibility Source Unit Parent
function public System.pas System System

Description

TypeOf is deprecated.

TypeOf is only kept for backward compatibility and should not be used. To obtain RTTI information for a type, use either the TypeHandle or TypeInfo routine.

See Also