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