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
| Name | Description |
|---|---|
| Create |
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 | |
| LoadFromStream | Load the list from stream. |
| SaveToStream | Save the list to stream. |
| Update |