TcxSchedulerEvent.HasAsParentGroup(TcxSchedulerEvent) Method
Determines whether AEvent is the task’s group parent.
Declaration
function HasAsParentGroup(AEvent: TcxSchedulerEvent): Boolean;
Parameters
| Name | Type |
|---|---|
| AEvent | TcxSchedulerEvent |
Returns
| Type |
|---|
| Boolean |
Remarks
The HasAsParentGroup method returns True if AEvent matches the ParentGroup property.
This method is in effect in the Gantt View.
See Also