Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Create(TdxNavBarGroup) Constructor

Creates and initializes a new TdxNavBarItemLinks object instance.

#Declaration

Delphi
constructor Create(AGroup: TdxNavBarGroup);

#Parameters

Name Type
AGroup TdxNavBarGroup

#Remarks

The Create method is used to create a new instance of the TdxNavBarItemLinks object at runtime. Before calling the inherited constructor this method initializes the Group property by the value passed via the AGroup parameter. The AGroup parameter represents a group to which a link collection will belong after creation.

You do not need to use this method directly, since this object is created automatically when the Links property of a group is initialized.

See Also