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



Transparent


Unit:SDL_scale
Class:TScale
Declaration:property Transparent: Boolean;

The property Transparent specifies whether a control that sits below the scale on a form can be seen through the scale. Set Transparent to TRUE to prevent the scale from obscuring other controls on the form. Please note that there is no frame displayed if Transparent is set TRUE.

Hint: Writing text so that the background is transparent is slower than writing text when Transparent is False. If the scale is not obscuring a complicated image, performance can be improved by setting the background color of the scale to match the object beneath it and setting Transparent to False.



Last Update: 2023-Dec-13