TSignalSounds Class

TStreamTemplatesTSignalSounds

type TSignalSounds = class(TStreamTemplates);

Manages a list of different sound formula definitions.

Manages a list of different sound definitions.

Properties

NameTypeDescription
ItemTFuncSignalRecordDefault array property allows you to access individual list items.
OwnerTComponentReturns the owner object.
TemplateTFuncSignalListHolds a list of TFuncSignalRecord objects.
TemplateIndexIntegerSet TemplateIndex to decode the stream at position TemplateIndex to Template property.
TemplateNamestringSet TemplateName to decode the stream with name TemplateName to Template property.
TemplatesTStringStreamListHolds the list of streams containing data to be decoded to the Template property.

Methods

NameDescription
AddCopyTemplateAdd a new template named S to the list of templates and set TemplateIndex to point to the template added.
AddTemplateAdd a new template (TMemoryStream) named S to the list.
ClearClears the Templates and Template properties.
ConsolidateCall this method to ensure that Template and Templates properties are synchronized.
DeleteDelete the template at position Index from the Templates property.
LoadFromFileLoad the object from the file.
LoadFromStreamLoad all data from the stream.
SaveToFileSave the object to the file.
SaveToStreamSave all data to the stream.
UpdateCalls the Template.Update method.