Vcl.Graphics.TPicture.SupportsClipboardFormat

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function SupportsClipboardFormat(AFormat: Word): Boolean;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TPicture

Beschreibung

Gibt an, ob das angegebene Zwischenablageformat von der Methode LoadFromClipboardFormat unterstützt wird.

Wenn die Methode LoadFromClipboardFormat das in AFormat angegebene Zwischenablageformat unterstützt, gibt SupportsClipboardFormat true zurück. Andernfalls wird false zurückgegeben.

Siehe auch