Borland Delphi 7
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 SPC Control Class objects. Just drag and drop our control on your form.
Now you can access the control, for example:
var status: boolean; begin status := FTSPCControl1.IsEnabled(); // TODO: Add your code here end;