[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets clipboard data for a given format and saves it to the specified stream.
Source position: lclintfh.inc line 42
public function TWidgetSet.ClipboardGetData( |
ClipboardType: TClipboardType; |
FormatID: TClipboardFormat; |
Stream: TStream |
):Boolean; virtual; |
ClipboardType |
|
The clipboard operation type. |
FormatID |
|
Identifier for the registered clipboard format. |
Stream |
|
Stream where the clipboard data is appended. |
True if clipboard data was successfully retrieved and stored in the method.
Version 4.0 | Generated 2025-05-03 | Home |