TAdvCustomFormDesigner.SaveToDFM Method
Saves the form to a file.
Syntax
Unit: FormDesigner
procedure TAdvCustomFormDesigner.SaveToDFM(FileName: string; DFMFormat: TDFMFormat);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| FileName | string | The name of the file to be saved. |
|
| DFMFormat | TDFMFormat | Indicates the file format, binary or text. |