TAdvCustomFormDesigner.SaveComponentToStream Method
Saves a specific component to a stream.
Syntax
Unit: FormDesigner
procedure TAdvCustomFormDesigner.SaveComponentToStream(Stream: TStream; Component: TComponent; DFMFormat: TDFMFormat);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Stream | TStream | The stream used to save the component to. |
|
| Component | TComponent | The component to be saved to the stream. |
|
| DFMFormat | TDFMFormat | The format of content to be saved to stream. |