TdxBarPopupMenuLinks.Items Property
Includes a list of menu links in a given TdxBarPopupMenuLinks object.
Declaration
property Items[Index: Integer]: TdxBarPopupMenuLink read; write; default;
Property Value
Type |
---|
TdxBarPopupMenuLink |
Remarks
Use this property to work with separate menu links. Index of the first menu link in the array is 0.
See Also