Borland Developer Studio 2005/2006, Delphi

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) Open the form where you wish to use the control. FTSPCControl icon appears on Tool palette (in FabulaTech tab).

Delphi - Control is Ready

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;