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 clipbpard formats in the list. |
Formats |
|
Pointer to the list of registered clipboard formats requested. |
True on success.