DesignIntf.IEventInfo.GetMethodKind

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetMethodKind: TMethodKind;

C++

virtual System::Typinfo::TMethodKind __fastcall GetMethodKind() = 0 ;

プロパティ

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


説明

メソッド型(または種類)を返します。

GetMethodKind は、現在のインスタンスで記述されるメソッドの型を返します。

関連項目