class TExprContext : public tObject;
Expression context, holding expression list and variables with type and the data they hold.
Constructors
| Name | Description |
|---|---|
| TExprContext |
Destructors
| Name | Description |
|---|---|
| ~TExprContext |
Properties
| Name | Type | Description |
|---|---|---|
| Expression | DewString | Returns expression as string. |
| Variables | TVariableCollection* | Variables collection. |
Methods
| Name | Description |
|---|---|
| Assign | |
| AssignTo | |
| LoadFromFile | |
| LoadFromStream | |
| SaveToFile | |
| SaveToStream |