FieldType

The FieldType property returns the field type of the selected LINCField.

c

<Object> is an expression that evaluates to an instance of a Component Enabler connection object.

Returns

The field type of the LINCField object.

Example

If LINCAPP.colLINCFields("CUSTNAME").FieldType = "A" then
      Msgbox "CUSTName is an alpha field"
End If