cxSchedulerICalendarImport(TcxCustomSchedulerStorage,string) Method
In This Article
Imports the schedule data into the scheduler from the iCalendar 2.0 data file.
#Declaration
Delphi
procedure cxSchedulerICalendarImport(AStorage: TcxCustomSchedulerStorage; const AFileName: string);
#Parameters
Name | Type |
---|---|
AStorage | Tcx |
AFile |
string |
#Remarks
AStorage specifies the scheduler storage that will store imported user events.
AFileName specifies the file from which the schedule data will be loaded.
See Also