CChartObjectTextBox
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 14 September 2020 12:09 PM
|
|||||||||||||||||||||||||||||
Description An object that holds TextBox data, so you can get or set TextBox data using its Properties. Properties
Sample
See Also | |||||||||||||||||||||||||||||
|
Comments (3)
Naeem Hasan
27 June 2013 08:42 AM
Dear Team
I am trying to use this code in server type code but getting an error message while run it. Error message is 'Type VTLGeneral.VTLControls.CChartObjectTextBox is not defined'
Please help me in creating text box to get user input in form.
Also is there any way to get input from user at run time in VTL local EA/Indicator?
Thanks
I am trying to use this code in server type code but getting an error message while run it. Error message is 'Type VTLGeneral.VTLControls.CChartObjectTextBox is not defined'
Please help me in creating text box to get user input in form.
Also is there any way to get input from user at run time in VTL local EA/Indicator?
Thanks
Hassan Abu Krayem
02 July 2013 11:27 AM
Dear,
The sample is working now
The sample is working now
Hassan Abu Krayem
02 July 2013 11:39 AM
Dear,
In Vtl Client you can use InputBox .
Dim Lots
Lots=InputBox ("Please input the value of lots","Title")
In Vtl Server you can use your own GUI to set any value for any variable.
In Vtl Client you can use InputBox .
Dim Lots
Lots=InputBox ("Please input the value of lots","Title")
In Vtl Server you can use your own GUI to set any value for any variable.