DesignIntf.TEventInfo.GetMethodKind

From RAD Studio API Documentation

[–] Properties
Type: function
Visibility: protected
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: TEventInfo

Delphi

function GetMethodKind: TMethodKind;

C++

System::Typinfo::TMethodKind __fastcall GetMethodKind();

Description

Returns the method kind.

GetMethodKind returns the kind of the method associated with this event.

See Also