TcxSchedulerEvent.HasAsParentGroup(TcxSchedulerEvent) Method
In This Article
Determines whether AEvent is the task’s group parent.
#Declaration
Delphi
function HasAsParentGroup(AEvent: TcxSchedulerEvent): Boolean;
#Parameters
Name | Type |
---|---|
AEvent | Tcx |
#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