TFuncSignalList Class

TObjectListTStreamedListTFuncSignalList

type TFuncSignalList = class(TStreamedList);

Holds expresion definition.

The list holds the formula to be computed in postfix notation. (HP calculator style). The elements of the list are owned by the list.

Constructors

NameDescription
Create

Properties

NameTypeDescription
ItemTFuncSignalRecordDefault array property allows access to individual list items.

Methods

NameDescription
AddAdd a new formula item definition and allocate the record internally.
ClearPointers
LoadFromStreamLoad the list from stream.
SaveToStreamSave the list to stream.
Update