Borland Developer Studio 2005/2006, Delphi
1) On the Component menu click Install Packages...
2) In the Default Project Options click Add... button, choose ftspc.bpl and click Open
3) Open the form where you wish to use the control. FTSPCControl icon appears on Tool palette (in FabulaTech tab).
4) Now, you can create FabulaTech SPC Control Class objects. Just drag and drop our control on your form.
You can access the control, for example:
var status: boolean; begin status := FTSPCControl1.IsEnabled(); // TODO: Add your code here end;