TTMSFNCClipBoard.SetStream Method
Places the contents of a memory stream onto the clipboard as binary data.
API unit family: TMSFNCUtils
Declaring type: TTMSFNCClipBoard
Syntax
class procedure SetStream(AStream: TMemoryStream); virtual;
Parameters
| Name | Description |
|---|---|
AStream |
The stream whose contents are written to the clipboard. |