TdxNavBarLinkViewInfo.Link Property
In This Article
Returns the link affected by the current TdxNavBarLinkViewInfo object.
#Declaration
Delphi
property Link: TdxNavBarItemLink read;
#Property Value
Type |
---|
Tdx |
#Remarks
Use the Link property to determine an object of the TdxNavBarItemLink type which represents a NavBar link to which the ViewInfo information refers. You can obtain the item associated with this link via the Item property.
See Also