JCL Help:TJclEventParamInfo.GetTypeName
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclEventParamInfo.GetTypeName Method
[+] TJclEventParamInfo Methods
[+] TJclEventParamInfo Properties
Search in JCL Help
Search in all projects
Summary
Retrieve parameter type name.
Pascal
public function GetTypeName: string;
Return Value
If it's a typed parameter the function will return the name of that type, otherwise an empty string is returned.
Description
GetTypeName retrieves the parameter type name. For event parameters there's no RTTI pointer to the type, just the name. GetTypeName is the read specifier for the TypeName 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