MethodInfo.varType Method

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

Syntax

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.

Remarks

Following are the possible values:

  • AnyType

  • BLOB

  • Class

  • Container

  • Date

  • DateTime

  • Enum

  • Grid

  • Int64

  • Integer

  • Real

  • Record

  • RString

  • String

  • UserType

  • VarString

  • void

See Also

MethodInfo Class

Data Types in X++