ItemByName method: UserTab collection

Syntax

ItemByName(Name)

Description

The ItemByName method returns the UserTab object with the name Name.

Parameters

Parameter Description

Name

Specify the name of an existing UserTab within the UserTab collection. If you specify an invalid name, the object is NULL.

Returns

A UserTab object if successful, NULL otherwise.

Example

&MyUserTab = &MyColl.ItemByName("PORTAL_ADMIN");