System.Rtti.TRttiPointerType.GetAttributes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAttributes: TArray<TCustomAttribute>; override;

C++

virtual System::DynamicArray<System::TCustomAttribute*> __fastcall GetAttributes();

Properties

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

Description

Returns a list of attributes associated with the pointer type.

Call GetAttributes to obtain a list of attributes associated with the pointer type.

Note: GetAttributes returns a list of instances rather than a list of attribute types. GetAttributes instantiates each associated attribute.

See Also