Syntax
void AL_ShowList(
LIST_HANDLE list,
int startIndex,
unsigned int defaultIndex
);
Parameters
- list
- [in] List handle
- startIndex
- [in] Index number of the list item to be displayed at the beginning of the list area.
- defaultIndex
-
[in] One of the following values specifies how to display the focus.
Value Description Index number of list item If you specify the index number of list item, the focus moves to that list item. AM_SELECT_ANY_LINE The focus is displayed on the first list item. However, if the focus is already displayed on any of the list items, the focus position is maintained. AM_SELECT_NO_LINE The focus is not displayed.
Return value
None.Remarks
Displays the list screen according to the list resource of the list handle specified by list.The items after the list item specified by startIndex are displayed in the list area, and the focus is displayed according to the value specified by defaultIndex.
Requirements
Header file:
lib.hLibrary file:
AdvancedMenu.h
libAdvancedMenu.a
libSTARTUPOPH5000.a
Last updated: 2021/08/23