InformationRegisterRecordManager.<Information register name>.Selected

Syntax:

Selected()

Returned value:

Type: Boolean.
True - the record is selected, False - otherwise.

Description:

Defines whether the record is read.

Availability:

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

Example:

If Not Rate.Selected() Then
    DoMessageBox("Rate is not read.");
EndIf
;


    

1C:Enterprise Developer's Community