DesignIntf.IEventInfo.GetParamFlags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetParamFlags(Index: Integer): TParamFlags;

C++

virtual System::Typinfo::TParamFlags __fastcall GetParamFlags(int Index) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IEventInfo

Description

Returns the flags for the parameter indicated by Index from the parameter list of the method described by the current instance.

See Also