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



Direction


Unit:SDL_progbar
Class:TProgBar
Declaration:property Direction: TDirection;

The property Direction determines the direction in which the progress bar position increases. Direction may take one of the following values:

dirUpward The progress bar moves in upward direction
dirDownward The progress bar moves in downward direction
dirLeftward The progress bar moves from right to left
dirRightward The progress bar moves from left to right

Hint 1: In the Light Edition only dirRightward is available.

Hint 2: In the case of type ambiguities concerning TDirection please see the SDL TechNotes.

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



Last Update: 2023-Dec-14