TcxSchedulerHolidays.StoreToStream(TStream,string) Method
Saves holidays from the TcxSchedulerHolidays component to a stream.
Declaration
procedure StoreToStream(AStream: TStream; const ASaveName: string = '');
Parameters
Name | Type |
---|---|
AStream | TStream |
ASaveName | string |
Remarks
AStream specifies the stream.
ASaveName specifies the component within the storage. If ASaveName is not specified, holidays are stored under the component’s name.
See Also