Welcome
TabPanel.AddTab
TabPanel.EmbedObject
TabPanel.GetActiveTab
TabPanel.GetObjectFromPanel
TabPanel.GetPanelObjects
TabPanel.GetPos
TabPanel.GetSize
TabPanel.GetTabCount
TabPanel.GetTabData
TabPanel.GetTabExtraData
TabPanel.GetTabID
TabPanel.GetTabObjects
TabPanel.GetTabText
TabPanel.InitializePanel
TabPanel.IsEnabled
TabPanel.IsVisible
TabPanel.MoveObject
TabPanel.ObjectIsInTab
TabPanel.ObjectIsSupported
TabPanel.Refresh
TabPanel.RemoveTab
TabPanel.SetEnabled
TabPanel.SetPos
TabPanel.SetSize
TabPanel.SetTabData
TabPanel.SetTabExtraData
TabPanel.SetTabText
TabPanel.SetVisible
TabPanel.TabDoesExist
|
(boolean) TabPanel.AddTab ( |
(string) Panel = "TabPanel1", (string) Text = "Tab1", (variant) Data = "", (variant) Extra Data = "" ) |
Adds a tab to an existing TabPanel object.
(string) The name of the TabPanel.
(string) The text to display on the tab.
(variant) The data that will be associated with the tab.
(variant) The extra data that will be associated with the tab.
This action returns a (boolean) value.
|
(boolean) TabPanel.EmbedObject ( |
(string) Panel = "TabPanel1", (variant) Tab = 4, (string) Object = "Grid1", (number) X = 0, (number) Y = 0 ) |
Embeds an object in a specific tab in TabPanel object.
(string) The name of the TabPanel.
(variant) The tab text or ID of the tab in which the object will be embedded.
(string) The name of the object to embed.
(number) The X coordinate of the object.
(number) The Y coordinate of the object.
This action returns a (boolean) value.
|
(table) TabPanel.GetActiveTab ( |
(string) Panel = "TabPanel1" ) |
Gets the active tab on the specified panel object.
(string) The name of the TabPanel.
This action returns a (table) value.
|
(string) TabPanel.GetObjectFromPanel ( |
(string) Panel = "TabPanel1" ) |
Get the actual name of the TabPanel object.
(string) The name of the TabPanel.
This action returns a (string) value.
|
(table) TabPanel.GetPanelObjects ( |
(string) Panel = "TabPanel1" ) |
Get a list of all embedded objectsin all tabs of the specified TabPanel.
(string) The name of the TabPanel.
This action returns a (table) value.
|
(table) TabPanel.GetPos ( |
(string) Panel = "TabPanel1" ) |
Returns the X and Y page or dialog coordinates of a TabPanel in pixels. This coordinate refers to the upper left hand corner of the object's bounding box relative to the page or dialog.
(string) The name of the TabPanel.
This action returns a (table) value.
|
(table) TabPanel.GetSize ( |
(string) Panel = "TabPanel1" ) |
Returns the pixel dimensions of a TabPanel.
(string) The name of the TabPanel.
This action returns a (table) value.
|
(number) TabPanel.GetTabCount ( |
(string) Panel = "TabPanel1" ) |
Returns the number of tabs in a specific TabPanel.
(string) The name of the TabPanel.
This action returns a (number) value.
|
(table) TabPanel.GetTabData ( |
(string) Panel = "TabPanel1", (variant) Tab = 3 ) |
Returns the item data associated to a specific tab in a TabPanel.
(string) The name of the TabPanel.
(variant) The tab text or ID of the tab for which to find the data.
This action returns a (table) value.
|
(table) TabPanel.GetTabExtraData ( |
(string) Panel = "TabPanel1", (variant) Tab = 0 ) |
Returns the item extra data associated to a specific tab in a TabPanel.
(string) The name of the TabPanel.
(variant) The tab text or ID of the tab for which to find the data.
This action returns a (table) value.
|
(number) TabPanel.GetTabID ( |
(string) Panel = "TabPanel1", (string) Tab Text = "Tab1" ) |
Returns the ID of the selected tab in a specific TabPanel.
(string) The name of the TabPanel.
(string) The text of the tab.
This action returns a (number) value.
|
(table) TabPanel.GetTabObjects ( |
(string) Panel = "TabPanel1", (variant) Tab = 0 ) |
Get a list of all embedded objects in a specific tab of the specified TabPanel.
(string) The name of the TabPanel.
(variant) The tab text or ID of the tab for which to find the embedded objects.
This action returns a (table) value.
|
(string) TabPanel.GetTabText ( |
(string) Panel = "TabPanel1", (number) Tab ID = 2 ) |
Returns the tab text of a specific tab in a TabPanel.
(string) The name of the TabPanel.
(number) The ID of the tab.
This action returns a (string) value.
|
(boolean) TabPanel.InitializePanel ( |
(string) Object = "TabPanel1" ) |
Prepares a listbox object to recieve TabPanel commands.
(string) The name of the ListBox object.
This action returns a (boolean) value.
|
(boolean) TabPanel.IsEnabled ( |
(string) Panel = "TabPanel1" ) |
Returns true if a specific TabPanel is enabled, or false if it's disabled.
(string) The name of the TabPanel.
This action returns a (boolean) value.
|
(boolean) TabPanel.IsVisible ( |
(string) Panel = "TabPanel1" ) |
Returns true if a specific TabPanel is visible, and false if it isn't.
(string) The name of the TabPanel.
This action returns a (boolean) value.
|
TabPanel.MoveObject ( |
(string) Panel = "TabPanel1", (variant) Source Tab = 4, (variant) Destination Tab = 5, (string) Object = "Grid1", (boolean) Refresh = false ) |
Moves an embeddded object from one tab to a different tab.
(string) The name of the TabPanel.
(variant) The tab text or ID of the tab from which the object will be moved..
(variant) The tab text or ID of the tab to which the object will be moved..
(string) The name of the object to be moved.
(boolean) Whether or not to refresh the TabPanel after the action.
This action dose not return any value.
|
(boolean) TabPanel.ObjectIsInTab ( |
(string) Panel = "TabPanel1", (variant) Tab = 2, (string) Object = "Grid1" ) |
Determines whether or not an object is in the specified tab.
(string) The name of the TabPanel.
(variant) The tab text or ID of the tab in which to search for the embedded object.
(string) The object for which to search.
This action returns a (boolean) value.
|
(boolean) TabPanel.ObjectIsSupported ( |
(variant) Object = 5 ) |
Determines whether or not a specific object or object type is supported for use in a TabPanel.
(variant) The name or type of an object.
This action returns a (boolean) value.
|
TabPanel.Refresh ( |
(string) Panel = "TabPanel1" ) |
Refreshes the tabs in a TabPanel.
(string) The name of the TabPanel.
This action dose not return any value.
|
TabPanel.RemoveTab ( |
(string) Panel = "TabPanel1", (variant) Tab = 3, (number) Object Handler Code = TB_MOVE_RIGHT, (table) Object Orders = nil, (boolean) Refresh = true ) |
Removes a tab from a TabPanel.
(string) The name of the TabPanel.
(variant) The tab text or ID of the tab which will be removed.
(number) The code that describes how to handle the object (if any) in the specified tab.
(table) The table containing objects and their destination details.
(boolean) Whether or not to refresh the obejct once this action as been completed (recommended).
This action dose not return any value.
|
TabPanel.SetEnabled ( |
(string) Panel = "TabPanel1", (boolean) Enable = false ) |
Sets the enabled/disabled state of a TabPanel.
(string) The name of the TabPanel.
(boolean) Whether to make the TabPanel object enabled or disabled.
This action dose not return any value.
|
TabPanel.SetPos ( |
(string) Panel = "TabPanel1", (number) X = 0, (number) Y = 0 ) |
Sets the X and Y pixel coordinates of a TabPanel relative to the page or dialog.
(string) The name of the TabPanel.
(number) The new X pixel coordinate (horizontal position) to set for the TabPanel object. This is the X coordinate of the upper left hand corner of the object's bounding box relative to the page or dialog.
(number) The new Y pixel coordinate (vertical position) to set for the TabPanel object. This is the Y coordinate of the upper left hand corner of the object's bounding box relative to the page or dialog.
This action dose not return any value.
|
TabPanel.SetSize ( |
(string) Panel = "TabPanel1", (number) Width = 200, (number) Height = 32 ) |
Sets the size of a TabPanel.
(string) The name of the TabPanel.
(number) The new width of the TabPanel object in pixels.
(number) The new height of the TabPanel object in pixels.
This action dose not return any value.
|
(boolean) TabPanel.SetTabData ( |
(string) Panel = "TabPanel1", (variant) Tab = 1, (variant) Data = 4 ) |
Set the data for the specified tab.
(string) The name of the TabPanel.
(variant) The tab text or ID of the tab for which to set the data.
(variant) The data to set.
This action returns a (boolean) value.
|
(boolean) TabPanel.SetTabExtraData ( |
(string) Panel = "TabPanel1", (variant) Tab = 1, (variant) Extra Data = 4 ) |
Set the extra data for the specified tab.
(string) The name of the TabPanel.
(variant) The tab text or ID of the tab for which to set the data.
(variant) The extra data to set.
This action returns a (boolean) value.
|
(table) TabPanel.SetTabText ( |
(string) Panel = "TabPanel1", (variant) Tab = 0, (string) Text = "Tab2", (boolean) Refresh = true ) |
Set the title of a tab.
(string) The name of the TabPanel
(variant) The tab text or ID of the tab which which will be renamed.
(string) The new text to display in the tab.
(boolean) Whether or not to refresh the TabPanel after the action has been completed (recommeded).
This action returns a (table) value.
|
TabPanel.SetVisible ( |
(string) Panel = "TabPanel1", (boolean) Visible = false ) |
Sets the visibility of a TabPanel.
(string) The name of the TabPanel.
(boolean) Whether to make the tabPanel object visible or invisible.
This action dose not return any value.
|
(boolean) TabPanel.TabDoesExist ( |
(string) Panel = "TabPanel1", (variant) Tab = "Tab1" ) |
Determines whether or not the specified tab exists in the specified panel.
(string) The name of the TabPanel.
(variant) The tab text or ID of the tab for which to search.
This action returns a (boolean) value.
Made with Action Plugin Compiler