InformationRegisterRecordSet.<Information register name>.Selected

Syntax:

Selected()

Returned value:

Type: Boolean.
True - the set hasn't been changed; False - the set has been changed, especially if it has not been read or written or has been written while adding records.

Description:

Defines whether the record set is read.

Availability:

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

Note:

After the filter is changed, the set is accepted as not read.

Example:

If Not RatesSet.Selected() Then
    RatesSet.Read();
EndIf
;


    

1C:Enterprise Developer's Community