System.Rtti.TRttiParameter.Flags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Flags: TParamFlags read GetFlags;

C++

__property System::Typinfo::TParamFlags Flags = {read=GetFlags, nodefault};

Properties

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

Description

Specifies the parameter invokation flags.

Use Flags to obtain a set of TParamFlag values that describe whether the parameter is passed by reference, by value, or any other type of related information.

See Also