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....



TImageRequestProcessing


Unit:SDL_thumbnails
Class: none
Declaration: TImageRequestProcessing = (irpShowEmpty, irpShowSlide, irpShowFrameOnly, irpShowNothing);

The type declaration TImageRequestProcessing declares the possible actions TThumbnails should perform with a particular slide after the OnImageRequest event occurred.
irpShowEmpty Displays the slides without the thumbnail images. The images are replaced by the slide index on white background.
irpShowSlide Displays the thumbnail image.
irpShowFrameOnly Displays only the outer frame of the slide.
irpShowNothing Displays nothing. This is the default mode.


Last Update: 2023-Dec-14