TestedClientApplicationWindow.FindObject

Syntax:

FindObject(<Type>, <Title>, <Name>, <Timeout>)

Parameters:

<Type> (optional)

Type: Type.
Type of object to be found.
Default value: Undefined.

<Title> (optional)

Type: String.
The object title, if applicable. It can contain "*" and "?" wildcards.

<Name> (optional)

Type: String.
The object name, if applicable. It can contain "*" and "?" wildcards.

<Timeout> (optional)

Type: Number.
Timeout in seconds.
Default value: 0.

Returned value:

The first found object.

Description:

Searches in subordinate object hierarchy using the specified parameters.

Availability:

Thin client, thick client.

    

1C:Enterprise Developer's Community