You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TStreamTemplates Class
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
TStreamTemplates Class

Streamable list of lists.

Dew_Signal_TStreamTemplatesDew_Signal_TStreamTemplatesDew_Signal_TStreamTemplatesDew_Signal_TStreamTemplates
Syntax
C#
Visual Basic
public class TStreamTemplates : System.MarshalByRefObject, IDisposable;

SignalTools.cs

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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!