Skip to main content

TdxBarItemLinks.Owner Property

Returns the owner of a given TdxBarItemLinks object.

Declaration

property Owner: TComponent read;

Property Value

Type
TComponent

Remarks

Returns the object which owns a given TdxBarItemLinks. Owner can include TdxBar, TdxBarPopupMenu, TCustomdxBarSubItem object, or it can be nil. The type of Owner impacts the bar control created by the CreateBarControl method. If Owner is TdxBar, then a TdxBarControl is created. Otherwise, a TdxBarSubMenuControl is created.

See Also