Runtime Object Method Parameter Types
Status:
New Idea
Submitted by
tristaanogre
on
01-31-2017
07:38 AM
Currently, when defining a RunTime object method, when you view the method in the code completion window, all the parameters simply show "object". Now, this is JScript/JavaScript so, yes, everything is an object... but it would be nice if there were some way to document, within the Description.XML, the expected types for the parameters. Something like:
<Method="myMethod" Routine="myMethod">This is a method <Parameter1Type>string</Parameter1Type> <Parameter2Type>integer</Parameter2Type> </Method>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.