SearchField Class Properties

In this section, the SearchField class properties are presented in alphabetical order.

Description

This property returns the name of the search field as a string.

This property is read-only.

Description

This property returns the data type of the search field as a one-character string as follows:

  • D – Date

  • N – Number

  • S – String

This property is read-only.

Description

This property returns the value of the search field as a string. The Value property can be transformed from a String value to a Date, DateTime, Integer, or Number value using the methods of the SearchField class.

This property is read-only.