The Unofficial Newsletter of Delphi Users - by Robert Vivrette


Sneaking A Peek at Data-Access Components

by Jaffar Sulemani - jaffarsulemani@usa.net

Have you ever had to take a peek at what was going on in a particular table or query? The idea behind this component was to have a debug form which will give a peep hole into the data-access components which a programmer may have dropped on their forms or datamodules. This form can be shown at any time with a procedure:

This procedure will accept paramater which will be either 'Self' or the 'form/Datamodule' name for which dataaccess components have to be browsed.

Let me know if any new features a programmer would like to have on the component.

See u for now...

Download Files for this project.