Skip to main content

TcxSchedulerWebServiceStorageCustomProvider.Connected Property

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

Declaration

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