Previous Page | Next Page

SAS Component Language Dictionary

SELECTICON



Displays a dialog window that contains a list of icons, and returns the value of the selected icon
Category: Selection List

Syntax
Details

Syntax

selected-icon=SELECTICON(<initial-icon>);

selected-icon

contains the value of the icon that is selected.

Type: Numeric

initial-icon

is the value of the icon that is active when the selector window opens. If initial-icon is not supplied, or if initial-icon is not a valid icon, then no icon is active when the selector window opens.

Type: Numeric


Details

SELECTICON enables a user to select a SAS icon from a selection list.

Previous Page | Next Page | Top of Page