Create(TdxNavBarGroup) Constructor
Creates and initializes a new TdxNavBarItemLinks object instance.
Declaration
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