Table of Contents

TTMSFNCClipBoard.GetStream Method

Reads binary stream data from the clipboard into a new memory stream.

API unit family: TMSFNCUtils Declaring type: TTMSFNCClipBoard

Syntax

class function GetStream: TMemoryStream; virtual;

Returns

A TMemoryStream containing the clipboard binary data, or nil if no stream data is available. The caller owns the returned stream.