InformationRegistersManager
Collection elements:
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:
Description:
Availability:
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: