TcxSchedulerHolidays.RestoreFromStream(TStream,string) Method
Restores holidays from a stream that was previously saved by the StoreToStream method.
Declaration
procedure RestoreFromStream(AStream: TStream; const ARestoreName: string = '');
Parameters
Name | Type |
---|---|
AStream | TStream |
ARestoreName | string |
Remarks
AStream specifies the stream from which holidays will be restored.
ARestoreName specifies the restored component’s name. ARestoreName overrides the stored name specified via the StoreToStream method’s ASaveName parameter, in memory.
See Also