InformationRegisterRecordManager.<Information register name>.Selected
Syntax:
Returned value:
True - the record is selected, False - otherwise.
Description:
Availability:
Example:
If Not Rate.Selected() Then DoMessageBox("Rate is not read."); EndIf; |