The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



SlideSelectMode


Unit:SDL_thumbnails
Class: TThumbnails
Declaration: property SlideSelectMode: TSlideSelectMode;

The property SlideSelectMode controls the possible modes for interactive slide selection:
ssmDisabled Interactive selection of slides by using the mouse is disabled.
ssmSingle Only a single slide can be selected at a time.
ssmMultiple Any number of slides can be selected.

Hint1 : Please note that the property SlideSelectMode affects only the interactive selection of slides. Slides may be selected programmatically in any number and combination by using the property SlideSelected.

Hint 2: In the Light Edition the multiple selection of slides is disabled.

Example: This property is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): slides



Last Update: 2023-Dec-13