Skip to main content

TdxNavBarGroupViewInfo.IndexOfLinkViewInfo(TdxNavBarLinkViewInfo) Method

Returns the index of the link specified by its ViewInfo container object.

Declaration

function IndexOfLinkViewInfo(AViewInfo: TdxNavBarLinkViewInfo): Integer;

Parameters

Name Type
AViewInfo TdxNavBarLinkViewInfo

Returns

Type
Integer

Remarks

This function determines the index of a particular NavBar group link by its ViewInfo information specified via the AViewInfo parameter.

You can use the GetLinkViewInfoByLink function to obtain the ViewInfo information of a specific link using this link as the parameter.

See Also