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

GUI

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

CreateVTLForm

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

Syntax

Public Function CreateVTLForm(formID As Long, isDockable As Boolean, Optional Title As String = "" ) As Boolean

Description

This functions is used to create a form with a specific identifier and dockabel it with client terminal if isDockable is true. You should use this method before use CreateVTLControl Method .

Parameters

Key Description
formId Form identifier, must be a number , value of type String.
isDockable The value can be one of the true or false; true, form is dockable with client terminal. False, form is not dockalbe,
Title The form caption , optional value of type String.

Return value

Returns true if the control has been created. Otherwise, returns false. In order to get an error, call GetLastError() function.

Sample

Public Sub main() dim frmID  frmID = "3600"  CreateVTLForm CSTR(frmID) , trueEnd Sub


See Also

  • SetGUIObject
  • SetListViewSettings
  • SetListViewAction


Back to VTL Client Script Index

Was this helpful?

Yes  No
Leave A Comment Cancel reply

  CreateVTLControl

SetGUIObject  

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 2023 hybridsolutions.com. All Rights Reserved.