Skip to main content

TcxSchedulerWebServiceStorageCustomProvider.GetDisplayName Method

Returns the type name of the account type to which the data provider can connect.

Declaration

class function GetDisplayName: string; virtual;

Returns

Type
string

Remarks

Call this function to obtain the type name of the online account to which the data provider connects to synchronize events in the specified calendars. This GetDisplayName function implementation always returns an empty string, since the TcxSchedulerWebServiceStorageCustomProvider class does not correspond to any particular online account type.

Each TcxSchedulerWebServiceStorageCustomProvider class descendant that implements providers obtaining calendar and event data from specific online account types provides its own GetDisplayName function implementation.

See Also