Skip to main content

TcxSchedulerStorageResourceItems.VisibleResources Property

Provides zero-based indexed access to the resources that the scheduling area currently displays.

Declaration

property VisibleResources[Index: Integer]: TcxSchedulerStorageResourceItem read;

Property Value

Type
TcxSchedulerStorageResourceItem

Remarks

You can use this property to access an individual visible resource whose index is passed as the Index parameter. You can use the VisibleResourceCount property to obtain the number of resources within the subset.

The VisibleResource property returns nil if the specified resource index is higher than or equals the number of currently visible resources. Use the Items property to access all resources within the collection.

See Also