Create

Declaration: TSpdcSet.Create (AOwner: TComponent);
The method Create creates an instance of the TSpdcSet class and initializes its data. Please note that Create must be called before any other access to the collection item. The parameter AOwner is the owner component. You should set it to nil if the class is used as a non-visual component (which is normally the case).

Hint: In order to directly access the currently loaded spectral descriptors (those which are displayed in the Spectral Descriptor Editor) you can use the pre-declared global variable SPDCData.