DesignIntf.IEventInfo.GetParamFlags

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IEventInfo

Delphi

function GetParamFlags(Index: Integer): TParamFlags;

C++

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

Description

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

See Also