Asp
Summary
Represents the active symbol panel.
Signature
1 | |
Namespace
cAlgo.API
Examples
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
Methods
AddTab
Summary
Adds a new tab to active symbol panel.
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| title | string | Tab title |
Return Value
AspTab
RemoveTab (2)
RemoveTab (1 of 2)
Summary
Removes a tab from active symbol panel.
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| id | string | Tab Id |
Return Value
bool
RemoveTab (2 of 2)
Summary
Removes a tab from active symbol panel.
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| tab | AspTab | Tab |
Return Value
bool
Properties
SymbolTab
Summary
Symbol tab in active symbol panel.
Signature
1 | |
Return Value
AspSymbolTab