JVCL Help:TJvTabBarItems.IndexOf
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTabBarItems.IndexOf Method
[+] TJvTabBarItems Methods
[+] TJvTabBarItems Properties
Search in JVCL Help
Search in all projectsSummary
Write here a summary (1 line)
Pascal
functionIndexOf(Item: TJvTabBarItem): Integer;
Parameters
Parameters | Description |
Item: TJvTabBarItem | Tab definition to locate in the collection. |
Return Value
Integer - Ordinal position of the tab in the collection.
Description
IndexOf is an Integer function used to locate the ordinal position for the tab specified in Item in the collection. The return value is the zero-based position of the Item, or -1 when the specified Item cannot be located in the Items for the collection.
IndexOf performs a sequential search in the Items property to locate the specified value. When a match is found, the search and the method are exited.
See Also
TJvTabBarItems.Items, TJvTabBarItem
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page