#cdecl, #odecl, #idecl

Directive to define a Parameter list for an indirect call of methods using Icall. The directive defines number and type of parameters of parameters passed. Description:

Syntax: #xdecl <datatype/void> Identifier( [<byRef/byVal>] <datatype>, .. ) See Icall for an example.