[Overview][Types][Classes][Procedures and functions][Index] |
Indicates whether a clipboard format exists with the specified name (MIME type).
Source position: clipbrd.pp line 215
public function TClipboard.HasFormatName( |
const FormatName: string |
):Boolean; |
FormatName |
|
Name for the clipboard format (MIME type) requested3 in the method. |
True if the named format is found.
Calls FindFormatID to get a TClipBoardFormat using the specified MIME type in FormatName. Returns True if a clipboard format for the name specified in FormatName exists in the supported formats for the clipboard.
Version 4.0 | Generated 2025-05-03 | Home |