System.JSON.Serializers.TJsonDynamicAttributes.GetAttribute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAttribute(const ARttiObject: TRttiObject; const AAttributeClass: TCustomAttributeClass; AInherit: Boolean = False): TCustomAttribute;

C++

System::TCustomAttribute* __fastcall GetAttribute(System::Rtti::TRttiObject* const ARttiObject, const System::TCustomAttributeClass AAttributeClass, bool AInherit = false);

Properties

Type Visibility Source Unit Parent
function public
System.JSON.Serializers.pas
System.JSON.Serializers.hpp
System.JSON.Serializers TJsonDynamicAttributes

Description

Embarcadero Technologies does not currently have any additional information.