Login
Try VertexFX
  • Home
  • Knowledgebase
  • Blog
  • Forum
  • Home
  • Knowledgebase
  • Blog
  • Forum

Methods

home/Knowledge Base/Technical Support/API/Client API's/VTL/VTL Server Scripts/Methods/Clear

Clear

1 views 0 December 16, 2021 hybrid-solutions

Syntax

Public Sub Clear()

Description

This method is used to clear all data in combox control.

Sample

 Dim frm as VTLGeneral.VTLForm Dim combox as VTLGeneral.VTLControls.CChartObjectCombo Public Sub main()      frm = New VTLGeneral.VTLForm("frm1")    Dim btn as VTLGeneral.VTLControls.CChartObjectButton    btn = New VTLGeneral.VTLControls.CChartObjectButton("btn1")    combox = New VTLGeneral.VTLControls.CChartObjectCombo("com1")           frm.AddVTLControl(btn)    frm.AddVTLControl(combox)          combox.AddItem("text1")          combox.AddItem("text1")    btn.caption = "Clear"      frm.show() End Sub Public Sub frm1_btn1_click()        combox.Clear() End Sub

See Also

  • Refresh
  • RemoveItem
  • VTLListView


Back to VTL Server Script Index

Was this helpful?

Yes  No
Leave A Comment Cancel reply

About
VertexFX Trader has a closed-loop trading structure with Backoffice dealing desk, Client Terminals, Dedicated Hosting, White Labelling and Bridging Capabilities. Through VertexFX Risk Management Bridge...
Categories
  • Technical Support
  • Social Trading
  • VertexFX Pro Setup
  • Mobile Trader
  • Lite VertexFX Mobile Trader
Community
  • Blog
  • Forum
  • Media Center
Need Support?
If you need any further help, don't hesitate to send a support request to our support team.
Contact Support
  • Privacy Policy
  • Brokers Terms
  • Traders EULA
  • ISV Terms
  • Plugins EULA
  • Copyright 2022 hybridsolutions.com. All Rights Reserved.