Unit 'Clipbrd' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TClipboardData

Record type with the format identifier and data for cached clipboard content.

Declaration

Source position: clipbrd.pp line 145

type TClipboardData = record

  FormatID: PtrUInt;

  

Clipboard format identifier.

  Stream: TMemoryStream;

  

Stream with the content stored for the associated clipboard format.

end;