Table of Contents

TAdvCustomFormDesigner.LoadComponentFromStream Method

Loads a specific component from a stream.

Syntax

Unit: FormDesigner

function TAdvCustomFormDesigner.LoadComponentFromStream(Stream: TStream; Component: TComponent; DFMFormat: TDFMFormat): TComponent;

Parameters

<-> Parameter Type Description
Stream TStream The stream used to load the component from.
Component TComponent The component to be loaded from the stream.
DFMFormat TDFMFormat The format of content to be loaded from the stream.

See also