DesignIntf.IEventInfo.GetMethodKind

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 GetMethodKind: TMethodKind;

C++

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

Description

Returns the method type (or kind).

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

See Also