VCL stuff
While working under KOL, some VCL-related components were created by me. In this section these ones are listed. May be, it could be useful.
NormalReport
v1.7

19-Jul-2003
40K

TNormalReport is a component to print reports in Delphi. It allows to prepare any types of reports without problems. Almost not visual at all - the most of work is done manually, writing a code which determines an order in which bands and cells are added, which controls headers and footers printing, decides when to start at new page, etc. But this could be a great advantage though... Made a report once, it is possible to copy and modify code to prepare similar one. It is easy to print different sets of cells in the same report by certain conditions, since there are no needs to duplicate your work to prepare many reports, when it is possible to control output in the same report.
Author: Vladimir Kladov
FastListView for Delphi5
v2.8
 

30-Jan-2003
280K

TFastListView is a component extending standard VCL TListView with a lot of new features. It is built as owner-data, so it is fast when working with huge lists. It supports extended sorting, filtering, column hiding, color/font highlighting for each row or cell, multi-header, changing columns visual order without changing its logical order, saving to and restoring column attributes from the registry, etc.

You also can download here archives for other Delphi versions:
for Delphi 6
for Delphi 7
KOLODBC

29-Dec-2005
15
K

TODBCDatabase and TODBCQuery components to work with databases via ODBC. This component can work both with KOL and VCL (use conditional symbol to switch between syntax).
Fast Type Expert
v1.0

1-Jan-2001
 

First published : 22-Oct-2004
Fast Type Expert is very power tool which allows to improve your Delphi IDE a lot, and reduce time for typing and editing, navigating source, work faster and much more productive. For Delphi 5, 6, 7 only.
Author : Vladimir Kladov
 

Copyright (C) 1999-2006 by Vladimir Kladov