Borland Developer Studio 2005/2006, Delphi
1) On the Component menu click Install Packages...
![Delphi - Install Packages](img/sdk/delphi-bds2005-delphi-1.gif)
2) In the Default Project Options click Add... button, choose ftspc.bpl and click Open
![Delphi - Add Design Package](img/products/spc/sdk/delphi-bds2005-delphi-2.gif)
3) Open the form where you wish to use the control. FTSPCControl icon appears on Tool palette (in FabulaTech tab).
![Delphi - Control is Ready](img/products/spc/sdk/delphi-bds2005-delphi-3.gif)
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;