[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets a list of available registered clipboard formats.
Source position: lclintfh.inc line 45
public function TWidgetSet.ClipboardGetFormats( |
ClipboardType: TClipboardType; |
var Count: Integer; |
var List: PClipboardFormat |
):Boolean; virtual; |
ClipboardType |
|
The clipboard operation type. |
Count |
|
Number of clipboard formats returned in the list. |
List |
|
Pointer to the list of available registered clipboard formats. |
True on success.
Version 4.0 | Generated 2025-05-03 | Home |