Marley Software - Freeware for Delphi

Visit SciControls.com for more great shareware!



Updated Oct 7, 2002
Version for Delphi 7!

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.

D2 · D3 · D4 · D5 · D6 · D7 · BCB1 · BCB3 · BCB4 · BCB5 ·  Source for sale

 

 

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.

D1 · D2 · D3 · Source for sale

 

 

Shows you a list of processes and all the modules ( DLL's ) each has loaded.

No source · NT 4.0 Only

 

 

A simple component that emulates the wizard tree control in MS Office 97.

D1 · D2 · D3 · D4 · Full Source

 

 

This is a simple component derived from TStringGrid that allows extended selection of rows much like a list box.

D1 · D2 · D3 · D4 · Full Source

 

 

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.

D1 · D2 · D3 · D4 · Full Source

 

 

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.

D1 · D2 · D3 · D4 · Full Source

 

 

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.

D2 · D3 · D4 ·Full Source

 

 

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.

D2 · D3 · D4 · Full Source

 

 

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.

D1 · D2 · D3 · D4 · Full Source

 

 

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.

D2 · D3 · D4 · Full Source

 

 

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.

D1 · D2 · D3 · D4 · Full Source