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



ScrollMode


Unit:SDL_rasterlab
Class:TRasterLab
Declaration:property ScrollMode: TRDScrollMode;

The property ScrollMode determines the direction of scrolling:

rdsmOff no scrolling at all
rdsmLeft scroll to the left
rdsmRight scroll to the right
rdsmDown scroll down
rdsmUp scroll up

By default, scrolling is switched off (rdsmOff). Please note that during scrolling the properties PosX and PosY reflect the current position of the text.

Hint 1: Scrolling is disabled in design-mode.

Hint 2: In the Light Edition only the values rdsmRight and rdsmOff are allowed.

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



Last Update: 2023-Dec-13