| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > IListControl Interface > IListControl Methods >====== Choice(returns current selection number) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[ilistcontrol methods.htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[getcontrol returns control number .htm|{{btn_next_n.gif|Next page}}]] | | || **Choice** {{blk2blue.jpg|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**