Vcl.Graphics.TPicture.RegisterClipboardFormat

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class procedure RegisterClipboardFormat(AFormat: Word;  AGraphicClass: TGraphicClass);

C++

__classmethod void __fastcall RegisterClipboardFormat(System::Word AFormat, TGraphicClass AGraphicClass);

Eigenschaften

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

Beschreibung

Registriert eine neue TGraphic-Klasse, die mit der Methode LoadFromClipboardFormat verwendet werden kann.

Mit RegisterClipboardFormat können Sie eine neues Grafikformat bei TPicture registrieren. Dieses Format kann mit der Methode LoadFromClipboardFormat verwendet werden.

Siehe auch

Codebeispiele