TdxNavBarGroupViewInfo.GetLinkViewInfoByLink(TdxNavBarItemLink) Method
Returns the object that stores ViewInfo information of the specified link.
Declaration
function GetLinkViewInfoByLink(ALink: TdxNavBarItemLink): TdxNavBarLinkViewInfo;
Parameters
| Name | Type |
|---|---|
| ALink | TdxNavBarItemLink |
Returns
| Type |
|---|
| TdxNavBarLinkViewInfo |
Remarks
Use the GetLinkViewInfoByLink function to get the ViewInfo information of a particular NavBar group link. The desired link is specified via the ALink parameter.
See Also