DesignIntf.IEventInfo.GetParamFlags
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.