Skip to main content

Create(TdxNavBarGroupViewInfo,TdxNavBarItemLink,Boolean,Boolean) Constructor

Creates an instance of the TdxNavBarLinkViewInfo object.

Declaration

constructor Create(AGroupViewInfo: TdxNavBarGroupViewInfo; ALink: TdxNavBarItemLink; ACaptionVisible: Boolean; AImageVisible: Boolean);

Parameters

Name Type
AGroupViewInfo TdxNavBarGroupViewInfo
ALink TdxNavBarItemLink
ACaptionVisible Boolean
AImageVisible Boolean

Remarks

This method is used to create a new TdxNavBarLinkViewInfo object. The AGroupViewInfo parameter that returns ViewInfo information of the group that owns the link corresponding to the created object. The ALink parameter specifies the link whose ViewInfo information is stored by the new TdxNavBarLinkViewInfo object.

You should have no need to use the constructor in your applications, as TdxNavBarLinkViewInfo objects with proper settings are automatically created and passed to the OnCustomDraw.Link events.

See Also