CatalogManager.<Catalog name>.EmptyRef

Syntax:

EmptyRef()

Returned value:

Type: CatalogRef.

Description:

Obtains an empty reference value for a catalog of this type.

Availability:

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

Note:

For example, you can use it when you want to transfer an empty reference to method parameter.

Example:

If FoundReference = Catalogs.Currencies.EmptyRef() Then
    Message("There is no such a currency");
EndIf
;


    

1C:Enterprise Developer's Community