InformationRegisterRecordSet.<Information register name>.Delete

Syntax:

Delete(<Record>)

Parameters:

<Record> (required)

Type: Number; InformationRegisterRecord..
Index of the record being deleted or the record itself.

Description:

Deletes a record from the information register record set.

Availability:

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

Example:

RatesSet.Delete(0);

    

1C:Enterprise Developer's Community