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.CreateDefault Method

Creates a new TdxWebServiceCalendar record whose fields are populated with the default values.

#Declaration

Delphi
class function CreateDefault: TdxWebServiceCalendar; static;

#Returns

Type
TdxWebServiceCalendar

#Remarks

This class function initializes the returned record’s fields to their default values listed in the corresponding topics.

Event data providers call this class function to create an empty record for storing information on a connected online calendar. Note that the returned record’s IsNull function returns False.

See Also