Table of Contents

TIDEFormDesignControl.LoadFromDFM Method

Loads the form being designed from the file specified by FileName. The DFMFormat parameter can be used to specify a text format, or a binary format.

Syntax

Unit: IDEMain

procedure TIDEFormDesignControl.LoadFromDFM(FileName: string; DFMFormat: TDFMFormat = TDFMFormat.dfmText);

Parameters

<-> Parameter Type Description
FileName string
DFMFormat TDFMFormat Optional: Default value is TDFMFormat.dfmText

See also