ImageEn, unit iemview
TIEMKeyInteract
Declaration
TIEMKeyInteract = set of (mkiMoveSelected, mkiLetterNavigation);
Description
Value
Description
mkiMoveSelected
Clicking the cursor keys will move the selection to the next relevant thumbnail
mkiLetterNavigation
Clicking a letter will select the next filename starting with that letter
Example
// Allow user to navigate by cursor, as well as letters and numbers
ImageEnMView1.KeyInteract := [ mkiMoveSelected, mkiLetterNavigation];