Vcl.Graphics.TPicture.SupportsClipboardFormat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function SupportsClipboardFormat(AFormat: Word): Boolean;

C++

__classmethod bool __fastcall SupportsClipboardFormat(System::Word AFormat);

Properties

Type Visibility Source Unit Parent
function public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TPicture

Description

Indicates if the given Clipboard format is supported by the LoadFromClipboardFormat method.

If the LoadFromClipboardFormat method supports the Clipboard format specified as the value of AFormat, SupportsClipboardFormat returns true. If the format is not supported, the method returns false.

See Also