INSTALLATION

Select "Component/Install Packages" from the Delphi IDE. Choose "Add" and browse for AFTempTable.bpl(D6) or AFTempTable.dpl(D3 - D5). 

The component will be placed on 'AFDb' page.

HELP INSTALLATION: 
1.Copy the files AFTempTable.hlp and AFTempTable.cnt into the HELP directory in Delphi main directory.

2.Edit file DELPHI6.CNT (DELPHI5.CNT, DELPHI3.CNT)
After line
:Title Delphi Help
add
:Index TAFTempTable component=AFTempTable.hlp

In addition, for Delphi 6 edit file del6vcl.cnt - after line
:Title VCL Reference
add
:Index TAFTempTable component=AFTempTable.hlp

Delete file Delphi6.gid (Delphi5.gid, Delphi3.gid) in Delphi help directory, to initiate help index rebuild on next help request in Delphi.
