Skip to main content

TcxSchedulerStorageResources.ResourceItems Property

Provides access to the resource collection.

Declaration

property ResourceItems: TcxSchedulerStorageResourceItems read;

Property Value

Type
TcxSchedulerStorageResourceItems

Remarks

You can use this property to access individual resources when working with all event persistence manager types. Additionally, different event persistence manager components provide specific ways to work with event resources:

  • The unbound and aggregate event persistence managers allow you to manage resources via the Resources.Items property;

  • The data-aware persistence manager additionally provides read-only access to the stored resources via its Resources.DataItems property;

  • The web service storage implements the type-specific Resources.Items property that you can use to manage online calendars.

See Also