TdxNavBarCustomItems.ItemByCaption(string) Method
In This Article
Searches the collection for an item with the specified caption.
#Declaration
Delphi
function ItemByCaption(const ACaption: string): TdxNavBarCustomItem;
#Parameters
Name | Type |
---|---|
ACaption | string |
#Returns
Type |
---|
Tdx |
#Remarks
This function returns the first item whose Caption property value equals the ACaption parameter value. If no item is found, nil is returned.
See Also