Table of Contents

TAdvCustomFormDesigner.LoadFromStream Method

Loads the form from a stream.

Syntax

Unit: FormDesigner

procedure TAdvCustomFormDesigner.LoadFromStream(Stream: TStream; DFMFormat: TDFMFormat);

Parameters

<-> Parameter Type Description
Stream TStream The stream object where the form will be loaded from.
DFMFormat TDFMFormat Indicates the content format, binary or text.

See also