JCL Help:TJclEventTypeInfo.GetMethodKind

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Method kind.


Pascal

 public function GetMethodKind: TMethodKind;


Return Value

If the event is a procedure the function will return mkProcedure, otherwise mkFunction is returned.


Description

GetMethodKind retrieves the method type (either a procedure or a function). GetMethodKind is the read specifier of the MethodKind property.


About

Donator

Marcel Bestebroer


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page