System.Rtti.TRttiContext.GetTypes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTypes: TArray<TRttiType>;

C++

System::DynamicArray<TRttiType*> __fastcall GetTypes();

Properties

Type Visibility Source Unit Parent
function public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiContext

Description

Returns a list of TRttiType instances used to reflect all Delphi types that provide type information.

Use GetTypes to obtain a list of RTTI objects describing all Delphi types that provide type information. The types are looked up in the application and in all loaded packages.

The types that do not provide type information are ignored.

See Also

Code Examples