Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerWebServiceStorageCustomProvider.Connected Property

Specifies if the event data provider is connected to an online account.

#Declaration

Delphi
property Connected: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set this property to True to attempt to authorize the event data provider in an online account and connect the corresponding web service storage resource to the calendar selected in the account. The provider uses the current settings of an authorization agent component associated via the AuthorizationAgent property. If the attempt is unsuccessful, the Connected property value remains False.

To safely terminate a connection to an online account, set the Connected property to False.

You can use the ReadOnly property to enable or disable the read-only mode for a connected online account.

Note

Setting the Connected property to True has no effect if the AuthorizationAgent property is nil and/or the CalendarID property is set to an empty string.

The default Connected property value is False.

See Also