IForeNETSerializer.SaveForm

Syntax

SaveForm(Form: IForeNETForm; Writer: IIOStream);

Parameters

Form is a .NET form to be saved.

Writer is a stream, to which the .NET form is saved.

Description

The SaveForm method saves the specified .NET form to the stream.

Comments

The .NET form, its internal unit and file with resources are saves into the stream at call of this method.

See also:

IForeNETSerializer