Delphi Components

TScrollingCredits

TScrollingCredits

TScrollingCredits is a component which displays scrolling credits like those at the end of movies, videos, etc. It now includes basic text formatting like bold, underline and italics. Perfect for a credits list in your application!

TScrollingCredits is Saturn Laboratories' most popular and downloaded component, and it is used in a large number of applications.

TRegistryEdit

TRegistryEdit

TRegistryEdit is a wrapper component for the Windows registry class in Delphi. This is an easy-to-work-with interface component for the Windows registry which can access to all roots keys, subkeys, etc. It reads and writes strings, integers, boolean and the Delphi TDateTime type to and from the registry. Both safe and reliable, this component has been used extensively. It has now also been updated to be more "compatible" with TIniFile, in terms of the functions' structure and calling conventions.

TColorPickPanel

TColorPickPanel

TColorPickPanel is a panel which can be used to pick a color. It has a ColorDialog property, so that when you click on the panel, the Color dialog shows and returns the color.

TDirLabel

TDirLabel

TDirLabel is a label which will automatically cut a directory down to "...\" when the whole directory gets too long for the label. It will do this continuously until the modified folder fits in the whole label. So if you have something like this: "C:\Program Files\Borland\Delphi 3\Bin" and the folder needs to be shortened, it will become "C:\...\Borland\Delphi 3\Bin" and if it's still too long, it'll become "C:\...\...\Delphi 3\Bin"

TFindDirs

TFindDirs

TFindDirs finds and lists all directories (folders) in the given directory. It can also perform a recursive search, and find all subdirectories.