Skip to main content

TcxSchedulerStorageResourceItem.ResourceID Property

Specifies the resource’s unique identifier.

Declaration

property ResourceID: Variant read; write;

Property Value

Type
Variant

Remarks

Event storage persistence manager components use this property value to refer to their individual resources via the ResourceIDs property. Assign the ResourceID property value to a user event‘s ResourceID property to associate the event with the current resource (calendar).

To share a single event between multiple resources (that is, to mirror the event state between two or more calendars), you can call the event’s ShareWithResource procedure passing the additional resource’s ResourceID property value as a parameter. Call the persistence manager’s IsEventSharingAllowed function to identify if this functionality is available.

See Also