MethodInfo.varType Method [AX 2012]

Specifies a variable data type by using values from the Types enumeration.

public Types varType(int variableNumber)

Run On

Called

Parameters

variableNumber
Type: int
An integer that specifies a method variable based on the order of the variables listed in the method.

Return Value

Type: Types Enumeration
A Types enumeration value that indicates the variable data type.

Following are the possible values:

  • AnyType

  • BLOB

  • Class

  • Container

  • Date

  • DateTime

  • Enum

  • Grid

  • Int64

  • Integer

  • Real

  • Record

  • RString

  • String

  • UserType

  • VarString

  • void

Community Additions

ADD
Show: