[Overview][Types][Classes][Procedures and functions][Index] |
Gets the clipboard format which used the specified name (MIME type).
Source position: clipbrd.pp line 198
public function TClipboard.FindFormatID( |
const FormatName: string |
FormatName |
|
Name (MIME type) for the clipboard format to locate in the supported Formats. |
Clipboard format with the specified name (MIME type), or 0 (for the Text format) when not found.
Used to implement the HasFormatName method, and when assigning the clipboard content to a TGraphic instance.
|
Indicates whether a clipboard format exists with the specified name (MIME type). |
|
|
Abstract base class used for images in supported image formats. |
Version 4.0 | Generated 2025-05-03 | Home |