EnumRef.<Enumeration name>.IsEmpty
Syntax:
Returned value:
True indicates that a reference points to no object (empty reference); otherwise it is False.
Description:
Availability:
Example:
TypeOfContractor = Contractor.Type; If TypeOfContractor.IsEmpty() Then Message("" +Contractor + ". Unknown type of contractor!"); EndIf; |