TAdvCustomFormDesigner.SaveToStream Method
Saves the form to a stream.
Syntax
Unit: FormDesigner
procedure TAdvCustomFormDesigner.SaveToStream(Stream: TStream; DFMFormat: TDFMFormat);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Stream | TStream | The stream object where the form will be saved to. |
|
| DFMFormat | TDFMFormat | Indicates the content format, binary or text. |