Skip to main content

TcxCustomScheduler.RestoreFromStream(TStream,Boolean) Method

Restores the scheduler control’s layout from an AStream stream.

Declaration

procedure RestoreFromStream(AStream: TStream; ARestoreResources: Boolean = True);

Parameters

Name Type
AStream TStream
ARestoreResources Boolean

Remarks

In the current session of the scheduler control the RestoreFromStream method restores the layout scheme, previously saved by the StoreToStream method.

The AStream parameter specifies the stream the scheduler layout scheme is restored from.

The ARestoreResources parameter specifies whether or not to restore the resources’ layout. Set the ARestoreResources parameter to True to restore the resources’ layout.

See Also