JCL Help:TJclEventTypeInfo.GetResultTypeName

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Retrieves the result type name.


Pascal

 public function GetResultTypeName: string;


Return Value

If MethodKind = mkFunction teh function returns the name of result type, otherwise the function returns an empty string.


Description

GetResultTypeName retrieves the result type name. If the MethodKind = mkProcedure, GetResultTypeName will return an empty string. GetResultTypeName is the read specifier of the ResultTypeName 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