SaveForm(Form: IForeNETForm; Writer: IIOStream);
Form is a .NET form to be saved.
Writer is a stream, to which the .NET form is saved.
The SaveForm method saves the specified .NET form to the stream.
The .NET form, its internal unit and file with resources are saves into the stream at call of this method.
See also: