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



InnerFrameStyle


Unit:SDL_thumbnails
Class: TThumbnails
Declaration: property InnerFrameStyle: TFrameStyle;

The property InnerFrameStyle defines the style of the box enclosing the thumbnail image (the inner rim of the slide). The following styles are available (see also the screen copy below):

fsNone no box at all
fsSimple a single black line box around the thumbnail panel
fsLowered a box which appears to be lowered
fsRaised a box which seem to be raised against its background
fsEngraved an engraved line is drawn around the panel
fsEmbossed the box is formed by an embossed line around panel

Hint: Please note that the options fsEmbossed and fsEngraved are not supported for themed layouts. They could lead to unwanted visual effects if the application uses a themed layout.

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