TcxSchedulerHolidays.RestoreFromStream(TStream,string) Method
In This Article
Restores holidays from a stream that was previously saved by the StoreToStream method.
#Declaration
#Parameters
Name | Type |
---|---|
AStream | TStream |
ARestore |
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