System.Rtti.TMethodImplementation.TInvokeInfo.AddParameter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddParameter(AType: PTypeInfo; AByRef, AConstant, ASetDefault, AOpenArray: Boolean);

C++

void __fastcall AddParameter(System::Typinfo::PTypeInfo AType, bool AByRef, bool AConstant, bool ASetDefault, bool AOpenArray);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.