DesignIntf.IEventInfo.GetMethodKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMethodKind: TMethodKind;

C++

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

Properties

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

Description

Returns the method type (or kind).

GetMethodKind returns the type of the method described by the current instance.

See Also