TTMSFNCClipBoard.GetRichTextStream Method
Reads rich text content from the clipboard as a memory stream.
API unit family: TMSFNCUtils
Declaring type: TTMSFNCClipBoard
Syntax
class function GetRichTextStream: TMemoryStream; virtual;
Returns
A TMemoryStream containing the rich text data, or nil if no rich text is available. The caller owns the returned stream.