You are here: Symbol Reference > SignalTools Namespace > Classes > TStreamTemplates Class
DSP Master VCL
ContentsIndex
PreviousUpNext
TStreamTemplates Class

Streamable list of lists.

SignalTools_TStreamTemplatesSignalTools_TStreamTemplatesSignalTools_TStreamTemplatesSignalTools_TStreamTemplates
Pascal
TStreamTemplates = class(TPersistent);

The class handles storing, loading, decoding and encoding of a list of streams. The list of streams is stored in the Templates property. Each stream holds another list of objects. This lists are of TStreamedList type. When the user sets the TemplateIndex or the TemplateName property, the appropriate stream is decoded to Template property, where individual objects contained in the list can be accessed. All changes to those objects are retained and Templates property is kept up-to-date. For TStreamTemplates to handle user defined type of objects, a new class should be derived from TStreamedList type.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!