ClientApplicationWindows

Collection elements:

ClientApplicationWindow
Iteration through collection using For each ... In ... Do operator is available to object. Collection items are retrieved during iteration.
Access to collection item is possible using [...] operator. Index (starting from 0) is passed as an argument.

Methods:

Count
Get

Description:

The collection contains objects of ClientApplicationWindow type: all the main application windows, form and document windows. The collection does not include modal message boxes, tool tips and other service windows.
The collection is generated automatically and does not have methods for adding and deletion.

Availability:

Thin client, web-client, thick client, external connection, Mobile application (client).

See also:

Global context, method GetWindows

    

1C:Enterprise Developer's Community