• Home
  • Knowledgebase
  • Blog
  • My Account
  • Try VertexFX
  • Home
  • Knowledgebase
  • Blog
  • My Account
  • Try VertexFX

GUI

home/Knowledge Base/Technical Support/API/Client API's/VTL/VTL Client Scripts/GUI/GUITreeCheck

GUITreeCheck

31 views 0 Updated on December 16, 2021 hybrid-solutions

Syntax

Public Function GUITreeCheck(formId As String, controlID As String, NodeKey As String)

Description

This function used to generate handle a tree check event.

Parameters

Key Description
formId Form identifier, must be a number greater than 3000 and less than 10,000.
controlID Control identifier. If it was an empty string, this means that the event has been raised for the form.
NodeKey The key of the node in the tree

Sample

Public Sub main() dim frmID  frmID = "4000"  CreateVTLForm CSTR(frmID) , false  CreateVTLControl CSTR(frmID) , "tree" , GUI_TREE_VIEW  SetTreeData CSTR(frmID) , "tree" , TREE_ADD_NODE , CSTR("") , false , CSTR("Root") , CSTR("Root")  SetTreeData CSTR(frmID) , "tree" , TREE_ADD_NODE , CSTR("Root") , true , CSTR("Child") , CSTR("Child")  SetTreeNode CSTR(frmID),"tree",NODE_CHECKED,true,CINT(1)End SubPublic Sub GUITreeCheck(formId, controlID,NodeKey) If controlID = "tree" then    AlertMessage ("tree has been checked") End IfEnd Sub


See Also

  • GUITreeCollapseCheck
  • GUIListItemCheck
  • GUIListItemClick


Back to VTL Client Script Index

Was this helpful?

Yes  No
Leave A Comment Cancel reply

  GUITreeCollapseCheck

GUITreeExpand  

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
  • Release Notes
  • Technical Support
  • VertexFX Pro Setup
  • Mobile Trader
  • Lite VertexFX Mobile Trader
Community
  • Blog
  • 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 2024 hybridsolutions.com. All Rights Reserved.