InformationRegisterRecordManager.<Information register name>.Fill

Syntax:

Fill(<FillingData>)

Parameters:

<FillingData> (optional)

Type: Arbitrary.
Value used as a basis for filling.

Description:

Triggers filling the recordset with data taken from some other object. When this happens, the Filling event is called in the recordset module. The recordset in this case contains a single record. The data processor can contain an algorithm that fills the record based upon the passed value.
A value of any type can be used for filling. To achieve this, a filling algorithm for this value type must be described in Filling, the event handler procedure.

Availability:

Server, thick client, external connection, Mobile application (server).

    

1C:Enterprise Developer's Community