Back to Devexpress

TdxWebServiceCalendar.Null Method

vcl-cxschedulerwebservicestorage-dot-tdxwebservicecalendar-20f7e597.md

latest1.3 KB
Original Source

TdxWebServiceCalendar.Null Method

Creates a new TdxWebServiceCalendar record that corresponds to an absent or unavailable online calendar.

Declaration

delphi
class function Null: TdxWebServiceCalendar; static;

Returns

Type
TdxWebServiceCalendar

Remarks

This class function calls the CreateDefault function internally to initialize the returned record’s public fields to their default values. The record’s IsNull function returns True.

The online calendar list‘s FindByID and FindByName functions return the Null record if a search operation is unsuccessful.

See Also

TdxWebServiceCalendar Record

TdxWebServiceCalendar Members

cxSchedulerWebServiceStorage Unit