TcxSchedulerStorageResourceItem.HasAsParent(TcxSchedulerStorageResourceItem) Method
In This Article
Identifies if the specified resource is the current scheduler resource’s parent.
#Declaration
Delphi
function HasAsParent(AItem: TcxSchedulerStorageResourceItem): Boolean;
#Parameters
Name | Type |
---|---|
AItem | Tcx |
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True if the resource passed as the AItem parameter is used as the current scheduler resource’s parent; otherwise – False.
See Also