TdxWebServiceCalendar.Null Method
Creates a new TdxWebServiceCalendar record that corresponds to an absent or unavailable online calendar.
Declaration
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