"CompleteSelection" is a front end token that opens a popup menu to complete a partially typed word.
SelectionAnimate[notebook] animates graphics in the current selection in a notebook. SelectionAnimate[notebook, t] animates graphics for t seconds.
RandomChoice[{e_1, e_2, ...}] gives a pseudorandom choice of one of the e_i. RandomChoice[list, n] gives a list of n pseudorandom choices. RandomChoice[list, {n_1, n_2, ...}] ...
Unicode: F527. Alias: Esc spl Esc. Letter-like form. Used to indicate where the current selection should be inserted when the contents of a button are pasted by ...
"SelectionDisplayAs" is a front end token that redisplays selected cells in a new format type.
NotebookDelete[notebook] deletes the current selection in the notebook corresponding to the specified notebook object. NotebookDelete[] deletes the current selection in the ...
TakeWhile[list, crit] gives elements e_i from the beginning of list, continuing so long as crit[e_i] is True.
The raw SQL command SELECT selects and returns data from a database. An alternative is to use the Mathematica command SQLSelect, described in "Selecting Data". If you find ...
"PrintSelectionDialog" is a front end token that opens the Print dialog to print the selection.
"SelectionSaveSpecial" is a front end token that opens the Save As dialog for saving a selection.