Asp¶
Summary¶
Represents the active symbol panel.
Signature
1 |
|
Namespace¶
cAlgo.API
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