Borland C++ Builder 5/6

1) On the Component menu click Install Packages...

Delphi - Install Packages

2) In the Default Project Options click Add... button, choose ftspc.bpl and click Open

Delphi - Add Design Package

3) FabulaTech SPC Control Class icon appears on Component palette (in FabulaTech tab).

Delphi - Control is Ready

4) Now, you can create FabulaTech Serial Port Control objects. Just drag and drop our control on your form.

Now you can access the control, for example:

BOOL status = FTSPCControl1->IsEnabled();