TdxBarItem.GetParentComponent Method
In This Article
Returns the parent component of a TdxBarItem object.
#Declaration
Delphi
function GetParentComponent: TComponent; override;
#Returns
Type |
---|
TComponent |
#Remarks
This function returns the TdxBarManager to which a given TdxBarItem belongs. If there is no parent TdxBarManager, the function returns nil.
See Also