TdxBarItem.HasParent Method
Determines if the bar item belongs to a TdxBarManager category.
Declaration
function HasParent: Boolean; override;
Returns
Type |
---|
Boolean |
Remarks
This property returns True when the item’s Category property is greater than -1.
See Also