.ResultField

This class represents one of the field of a Result object.

Use the Find method to select one field before using the properties. Or enumerates them with the FOR EACH keyword.

This class is virtual. You cannot use it as a datatype.

This class is not creatable.

This class is enumerable with the FOR EACH keyword.

DIM hResultField AS .ResultField
FOR EACH hResultField
  ...
NEXT

This is a synonymous of the Find method.

Properties  Methods 
Count  Length  Name  Type    Find