Visit SciControls.com for more great shareware!
You have to try it for
yourself. THyperGrid has most of the features of TSuperGrid plus a host of
new features. The grid that should have been included with Delphi from the
start. |
|
|
|
TSuperGrid is an enhanced
TStringGrid. It allows you to change the way a string grid looks in a
What-You-See-Is-What-You-Get manner. With TSuperGrid, you can have a grid
populated with data and formatted at design time, without writing a single
line of code. |
|
|
|
Shows you a list of
processes and all the modules ( DLL's ) each has loaded. |
|
|
|
A simple component that
emulates the wizard tree control in MS Office 97. |
|
|
|
This is a simple
component derived from TStringGrid that allows extended selection of rows
much like a list box. |
|
|
|
A TPanel descendant that
allows sliding panels at run time. It can be used to split windows into
separate panes ala Windows Explorer, or for sliding toolbars ala Internet
Explorer 3.0. |
|
|
|
TCheckListBox is a
component derived from TListBox, it allows you to specify a bitmap to use as
a checkbox in front of each item. It has many utility methods and properties
as well as events for determining the state of each item. |
|
|
|
TProcess is a simple
non-visual component that encapsulates the CreateProcess Windows API call. It
allows you to launch processes easily and can generate an event when a
process is finished. |
|
|
|
TFolderBrowse is a system
dialog that allows the user to find a Folder (directory) using the Windows 95
tree hierarchy. It encapsulates the function SHBrowseForFolder, making it
very easy to use. |
|
|
|
TDLList is a unit that
implements a very efficient doubly linked list. It also includes a stack and
a queue derived from TDLList. If you are into data structures, this one is
for you. An Iterator class is included that can be used to iterate through
items in any one of the container classes in either direction. |
|
|
|
Maze is a screen saver
written in Delphi. It generates a random maze and then traverses it. It has a
form that is used to adjust its settings directly from Windows. |
|
|
|
TBufferedFileStream is a
class derived from TFileStream that allows buffered single character input or
output from a stream. It is handy if you are writing a parser that needs one
character at a time and you don't want to worry about maintaining the buffer
yourself. It performs file reads when you have read the entire buffer,
otherwise, it supplies characters from the buffer. |