FormObjectSet.findRecord Method

Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.findRecord method, which finds a specified record in the data source and makes it the current one.

Syntax

public boolean findRecord(Common record)

Run On

Client

Parameters

  • record
    Type: Common Table
    A parameter that is not used in the FormObjectSet base class.

Return Value

Type: boolean
true if the record was found; otherwise, false.

See Also

Reference

FormObjectSet Class