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



AutoInc


Unit: SDL_progbar
Class: TProgBar
Declaration: property AutoInc: boolean;

The property AutoInc controls whether the Value of the progress bar is incremented automatically. Setting AutoInc to TRUE starts a timer after StartInterval msec. The timer increments the progress bar every RepeatInterval msec by the value of AutoIncStep, and triggers the OnAutoInc event.


Last Update: 2023-Dec-14