System.Rtti.TRttiMethod.HasExtendedInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HasExtendedInfo: Boolean read GetHasExtendedInfo;

C++

__property bool HasExtendedInfo = {read=GetHasExtendedInfo, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiMethod

Description

Specifies whether the method provides extended information.

Use HasExtendedInfo to check whether the reflected method provides extended information. As implemented in TRttiMethod, HasExtendedInfo returns false.

See Also