TIDEFormDesignControl.SaveToDFM Method
Saves the form being designed to 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.SaveToDFM(FileName: string; DFMFormat: TDFMFormat = TDFMFormat.dfmText);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| FileName | string | ||
| DFMFormat | TDFMFormat | Optional: Default value is TDFMFormat.dfmText |