Skip to main content

TdxNavBarViewInfo.GetLinkViewInfoByLink(TdxNavBarItemLink) Method

Returns ViewInfo information of the specified link.

Declaration

function GetLinkViewInfoByLink(ALink: TdxNavBarItemLink): TdxNavBarLinkViewInfo; virtual;

Parameters

Name Type
ALink TdxNavBarItemLink

Returns

Type
TdxNavBarLinkViewInfo

Remarks

The GetLinkViewInfoByLink function is used to get an object of the TdxNavBarLinkViewInfo type which represents the ViewInfo information of the specified link. The desired link is specified by the ALink parameter.

See Also