CatalogList.<Catalog name>

Properties:

Columns
Filter
Order

Methods:

Refresh

Description:

Used to manage a catalog items list displayed in a table box.

Availability:

Server, thick client, external connection.

Example:

CatalogList.Columns.Add("CountryOfOrigin");
CatalogList.Order.Set("Unit");
CatalogList.Filter.CountryOfOrigin.Set("Germany");

See also:

CatalogList, property Filter

    

1C:Enterprise Developer's Community