Please enable JavaScript to view this site.

ESL Documentation

ESLLIB Function

Return the number of menu items that have be defined.

EslGetItemCount( )

Description

This function returns the number of menu items that have been defined. The maximum number of items is limited by the configuration setting MAXMENUITEMS, which defaults to 500. Once this limit is reached, no further menu items can be defined. If the application dynamically defines menu items, we recommend that this function is used prior to attempting to create an item, reporting when the limit is almost reached, so the configured limit can be increased. Note. It is not possible to delete menu items once defined; however, it is possible to re-use redundant items by changing the attributes, such as the text and parameter.