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



ScrollInterval


Unit:SDL_rasterlab
Class:TRasterLab
Declaration:property ScrollInterval: integer;

The property ScrollInterval determines the interval (in msec) between two successive shifts when scrolling the dot matrix. Please note that ScrollInterval must not be set to values less than 10 msec. Values below will be automatically limited to 10 msec.

Hint: The apparent smoothness of scrolling depends on two factors: on the refresh rate controlled by the property ScrollInterval and on the shift lengths determined by the property ScrollIncrement.

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