Record type with the format identifier and data for cached clipboard content.
Source position: clipbrd.pp line 145
type TClipboardData = record |
||
FormatID: TClipboardFormat; |
|
Clipboard format identifier. |
Stream: TMemoryStream; |
|
Stream with the content stored for the associated clipboard format. |
end; |
| Version 4.6 | Generated 2026-02-20 | Home |