TcxTreeListBand.HasAsParent(TcxTreeListBand) Method
Determines whether the current band has a specified band as a parent band.
Declaration
function HasAsParent(ABand: TcxTreeListBand): Boolean;
Parameters
| Name | Type |
|---|---|
| ABand | TcxTreeListBand |
Returns
| Type |
|---|
| Boolean |
Remarks
This function performs a recursive search of the parent bands and returns True if the current band or one of its parent bands has the band specified by the ABand parameter as a parent band. Otherwise, this function returns False.
See Also