[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the requested formats and requests ownership of the clipboard.
Source position: lclintfh.inc line 47
public function TWidgetSet.ClipboardGetOwnerShip( |
ClipboardType: TClipboardType; |
OnRequestProc: TClipboardRequestEvent; |
FormatCount: Integer; |
Formats: PClipboardFormat |
):Boolean; virtual; |
ClipboardType |
|
Type of clipboard type for the request. |
OnRequestProc |
|
Event signalled to get data for the clipboard, or Nil when ownership is lost. |
FormatCount |
|
Number of clipboard formats in the list. |
Formats |
|
Pointer to the list of registered clipboard formats requested. |
True on success.
Version 4.0 | Generated 2025-05-03 | Home |