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