Back to Devexpress

TdxWebServiceCalendarList.FindByName(string) Method

vcl-cxschedulerwebservicestorage-dot-tdxwebservicecalendarlist-dot-findbyname-x28-system-dot-string-x29.md

latest1.3 KB
Original Source

TdxWebServiceCalendarList.FindByName(string) Method

Returns a stored calendar by its name.

Declaration

delphi
function FindByName(const AName: string): TdxWebServiceCalendar;

Parameters

NameType
ANamestring

Returns

Type
TdxWebServiceCalendar

Remarks

Call this function to obtain information on an online calendar whose name is passed as the AName parameter. The function returns an empty calendar if there is no calendar with the specified name.

To search a stored calendar by its unique identifier, call the FindByID function.

See Also

TdxWebServiceCalendarList Class

TdxWebServiceCalendarList Members

cxSchedulerWebServiceStorage Unit