public class TFuncSignalList : 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.
Properties
| Name | Type | Description |
|---|---|---|
| Item | TFuncSignalRecord | Default array property allows access to individual list items. |
Methods
| Name | Description |
|---|---|
| Add | Add a new formula item definition and allocate the record internally. |
| ClearPointers | |
| ctor | |
| LoadFromStream | Load the list from stream. |
| SaveToStream | Save the list to stream. |
| Update |