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

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