Table of Contents

TIDEFormDesignControl.SaveToStream Method

Saves the form being designed to the stream specified by AStream. The DFMFormat parameter can be used to specify a text format, or a binary format.

Syntax

Unit: IDEMain

procedure TIDEFormDesignControl.SaveToStream(AStream: TStream; DFMFormat: TDFMFormat);

Parameters

<-> Parameter Type Description
AStream TStream
DFMFormat TDFMFormat

See also