Borland C++ Builder 5/6
1) On the Component menu click Install Packages...
2) In the Default Project Options click Add... button, choose ftspc.bpl and click Open
3) FabulaTech SPC Control Class icon appears on Component palette (in FabulaTech tab).
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();