Navigation:  ABC Library Reference > IListControl Interface > IListControl Methods >====== Choice(returns current selection number) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

Choice

blk2blue.jpg

The Choice method returns the entry number of the highlighted record in a LIST control.

Return Data Type:     SIGNED

Example:

Self.CurrentChoice = SELF.ILC.Choice()

!Returns 2 if second record in LIST is highlighted