Skip to main content

TcxSchedulerStorageResourceItem.HasAsParent(TcxSchedulerStorageResourceItem) Method

Identifies if the specified resource is the current scheduler resource’s parent.

Declaration

function HasAsParent(AItem: TcxSchedulerStorageResourceItem): Boolean;

Parameters

Name Type
AItem TcxSchedulerStorageResourceItem

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