TdxWebServiceCalendar.CreateDefault Method
Creates a new TdxWebServiceCalendar record whose fields are populated with the default values.
Declaration
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