TTitlebar Component
Version: 1.0
Status: Freeware
Resource file for: Delphi 2.0

Description:   
Allows setting the titlebar of your forms to be visible 
or not  visible. Full Source included!

Please feel free to use this component freely.  You are 
not  allowed to sell this component for a profit, but 
you may freely  use it in your program.  If you 
distribute source with your  program and include this 
component you must include the  origional ZIP file.

Author: Thomas Moore
E-mail: Dagger@provalue.net
URL   : http://www.provalue.net/users/tmoore


Instalation instructions for Delphi 2.0:

Copy the following files To your \lib directory under 
your main Delphi directory:

titlebar.pas
titlebar.dcr

Copy the following files to your Delphi Help Directory:

titlebar.hlp
titlebar.kwf

Open Delphi, and click on Component, Install, ADD, and 
then Browse to your LIB folder where you can choose 
titlebar.pas and click Open.  Next click OK to compile
your component library.

After you have finished this, close Delphi and open 
helpinst.exe (should be in your help\tools directory).
in helpinst click on the Open Folder to open your 
Delphi.hdx file.  You will need to go to your 
\bin directory to open this.

Next click the + button in Helpinst to add keyword 
files.  Once again, you will need to browse to your
Delphi 2.0\Help folder where you should have copied
titlebar.kwf and open it.

Next click the Save button in helpinst and after it 
has finished compiling your delphi.hdx file close it.

OPen Delphi again, and look on the Form Tools palate
for the new titlebar component and select it with 
your mouse.  Next press the F1 key for help.  Delphi
will tell you that it could not find titlebar.hlp and
give you the chance to find it.  Browse to delphi's 
HELP directory (funny that Delphi couldn't find it 
there huh) and locate titlebar.hlp and click ok.

That's it!  You should not need to do that again.

Enjoy, and please if you develop useful components 
consider releasing them for free.  It's not that much
work to put a good component together and it can help
a new programer go far....

Regards,
Tom Moore



NOTE:  This component can be used with 
       Delphi 1.0 and 3.0 but you should not 
       be able to use the .DCR file.
       On the component palate you will get an
       icon that matches the one for TComponent.


This component was developed from source freely 
provided by CLAUS ZIEGLER in the SWAG archives, 
which I modified to work as a component.
(http://www.gdsoft.com/swag.html)

