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.
CT Web help |
CodeTyphon Studio |