Table of Contents

TIDEFormDesignControl.LoadFromStream Method

Loads the form being designed from 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.LoadFromStream(AStream: TStream; DFMFormat: TDFMFormat);

Parameters

<-> Parameter Type Description
AStream TStream
DFMFormat TDFMFormat

See also