TcxSchedulerWebServiceStorageCustomProvider.Owner Property
In This Article
Provides access to the web service event persistence manager to which the current event data provider belongs.
#Declaration
Delphi
property Owner: TcxSchedulerWebServiceStorage read;
#Property Value
Type |
---|
Tcx |
#Remarks
You can use this property to identify the persistence manager to which the provider belongs and access the manager’s members.
The data provider uses the Owner property to synchronize events between the web service scheduler persistence manager and the connected online calendar.
See Also