SearchField Class Methods

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

Syntax

getAsDate()

Description

Use this method to return the Value property as a Date value.

Note: This is an abstract method.

Parameters

None.

Returns

A Date value.

Syntax

getAsDateTime()

Description

Use this method to return the Value property as a DateTime value.

Note: This is an abstract method.

Parameters

None.

Returns

A DateTime value.

Syntax

getAsInteger()

Description

Use this method to return the Value property as a Integer value.

Note: This is an abstract method.

Parameters

None.

Returns

An Integer value.

Syntax

getAsNumber()

Description

Use this method to return the Value property as a Number value.

Note: This is an abstract method.

Parameters

None.

Returns

A Number value.