TcxSchedulerWebServiceStorageResourceItems.VisibleResources Property
Provides zero-based indexed access to web service storage resources that the scheduling area currently displays.
Declaration
property VisibleResources[Index: Integer]: TcxSchedulerWebServiceStorageResourceItem read;
Property Value
Type |
---|
TcxSchedulerWebServiceStorageResourceItem |
Remarks
Use this property to access a web service storage resource whose index within the collection’s subset of currently visible resources is passed as the Index parameter. You can use the VisibleResourceCount property to obtain the number of resources within the subset.
The VisibleResources 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.
Note
A resource is visible within the scheduling area if the resource’s Visible property is set to True.
See Also