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

Abstract class for all components, which hold a list of TAnalysis components.

SignalTools_TAnalysisListSignalTools_TAnalysisListSignalTools_TAnalysisListSignalTools_TAnalysisListSignalTools_TAnalysisListSignalTools_TAnalysisListSignalTools_TAnalysisListSignalTools_TAnalysisListSignalTools_TAnalysisList
Pascal
TAnalysisList = class(TMtxComponentList);

The component is a generic class designed to handle lists of descendants from TAnalysis class. Descendants from the TAnalysisList class have to override the AddItem method and possibly declare a default array property to access typed list elements. Save and load the list from stream and file, is automatically available. You can propagate the changes made to properties of the first element in the list, to all other elements, by calling the Propagate method. Update and Pull methods are also centralized.

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