ILanerContext.SaveToStream

Syntax

SaveToStream(Stream: IIOStream);

Parameters

Stream. Stream.

Description

The SaveToStream method loads the context into specified stream.

Comments

To load the context from the stream use the ILanerContext.LoadFromStream method.

Example

The method use is given in the example for ILanerContext.LoadFromStream.

See also:

ILanerContext