DesignIntf.IEventInfo.GetParamFlags

提供:RAD Studio API Documentation

Delphi

function GetParamFlags(Index: Integer): TParamFlags;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IEventInfo


説明

現在のインスタンスで記述されるメソッドのパラメータ リストから、Index で指定されたパラメータのフラグを返します。

関連項目