InformationRegistersManager

Collection elements:

InformationRegisterManager
Iteration through collection using For each ... In ... Do operator is available to object. Information register managers are retrieved during iteration.
Access to information register manager is possible using [...] operator. Information register name as specified in the configuration is passed as an argument.

Properties:

<Information register name>

Description:

You can use it to manage information registers and to access values of the InformationRegisterManager. type. You can access the object using global context property InformationRegisters.

Availability:

Server, thick client, external connection, Mobile application (server).
Exchange with server is possible.

Example:

// Information register manager grants access to the 
// Exchange rates register manager.
Form = InformationRegisters.ExchangeRates.GetListForm();
Form.Open();

See also:

Global context, property InformationRegisters

    

1C:Enterprise Developer's Community